chromium/chrome/test/data/extensions/api_test/notifications/api/other_app/manifest.json

{
  "name": "Packaged App - Create window",
  "description": "A test app which creates a window in the specified style.",
  "version": "1.0",
  "manifest_version": 2,
  "app": {
    "background": {
      "scripts": ["main.js"]
    }
  },
  "permissions": [
    "notifications"
  ]
}