v152 · interactive demo
Notification Capability Lab
Make a real Notification API request while keeping macOS PWA attribution clearly manual.
Attribution is visible only for an installed PWA on macOS. This page can exercise the Notification API but cannot pretend to observe Notification Center identity.
code
const permission = await Notification.requestPermission();
new Notification('Message', { icon: '/icon.png' });