v152 · interactive demo

Installed Attribution Inspector

Separate observable page context from the native macOS Notification Center behavior.

Runtime

Required environment

  • macOS
  • Installed PWA app shim
  • Manifest name and icons
  • Notification permission for the PWA bundle identity

code

const installed = matchMedia('(display-mode: standalone)').matches;
// Attribution itself is native macOS UI and must be observed manually.

see also