{
 "caniuse": [
  "notifications"
 ],
 "description": "Notifications via service worker registration's showNotification() method, sent from installed web applications (for example, saved to the Home Screen on Safari for iOS), show a message to the user, typically using the notification system of the host operating system.",
 "description_html": "Notifications via service worker registration's <code>showNotification()</code> method, sent from installed web applications (for example, saved to the Home Screen on Safari for iOS), show a message to the user, typically using the notification system of the host operating system.",
 "kind": "feature",
 "name": "Notifications from service workers and installed apps",
 "spec": [
  "https://notifications.spec.whatwg.org/#service-worker-api"
 ],
 "status": {
  "baseline": "high",
  "baseline_high_date": "2025-09-27",
  "baseline_low_date": "2023-03-27",
  "support": {
   "chrome": "20",
   "chrome_android": "42",
   "edge": "14",
   "firefox": "22",
   "firefox_android": "22",
   "safari": "7",
   "safari_ios": "16.4"
  }
 },
 "id": "notifications-apps",
 "groups": [],
 "specs": [
  {
   "url": "https://notifications.spec.whatwg.org/#service-worker-api",
   "seriesComposition": "full",
   "shortname": "notifications",
   "series": {
    "shortname": "notifications",
    "currentSpecification": "notifications",
    "title": "Notifications API",
    "shortTitle": "Notifications API",
    "nightlyUrl": "https://notifications.spec.whatwg.org/"
   },
   "organization": "WHATWG",
   "groups": [
    {
     "name": "Notifications API Workstream",
     "url": "https://notifications.spec.whatwg.org/"
    }
   ],
   "nightly": {
    "url": "https://notifications.spec.whatwg.org/",
    "status": "Living Standard",
    "alternateUrls": [],
    "repository": "https://github.com/whatwg/notifications",
    "sourcePath": "notifications.bs",
    "filename": "index.html"
   },
   "title": "Notifications API",
   "source": "whatwg",
   "shortTitle": "Notifications API",
   "categories": [
    "browser"
   ],
   "standing": "good",
   "tests": {
    "repository": "https://github.com/web-platform-tests/wpt",
    "testPaths": [
     "notifications"
    ]
   },
   "fragment": "service-worker-api"
  }
 ],
 "mdnUrls": [
  {
   "slug": "Web/API/Notifications_API",
   "title": "Notifications API",
   "anchor": null,
   "url": "https://developer.mozilla.org/docs/Web/API/Notifications_API"
  }
 ],
 "standardPositions": [],
 "hasNegativeStandardPosition": false,
 "stateOfSurveys": [],
 "chromeUseCounters": {},
 "interop": [],
 "wpt": {
  "url": "https://wpt.fyi/results?q=feature:notifications-apps"
 },
 "developerSignals": null,
 "bugs": {},
 "baselineLowDateAsObject": "2023-03-27T00:00:00.000Z",
 "baselineHighDateAsObject": "2025-09-27T00:00:00.000Z"
}