chromium/chrome/test/data/extensions/api_test/service_worker/notifications/has_permission/manifest.json

{
  "name": "Service worker - notifications test",
  "description": "Tests ServiceWorkerRegistration.showNotification() from an extension",
  "version": "1",
  "manifest_version": 3,
  "permissions": [
    "notifications"
  ]
}