summaryrefslogtreecommitdiffstats
path: root/mobile/android/geckoview/src/androidTest/assets/web_extensions/notification-test/manifest.json
blob: 963fb51e3fdad8a3c5f5e51be0e430c567d4f4a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "manifest_version": 2,
  "name": "Notification test",
  "version": "1.0",
  "description": "Send a notification.",
  "browser_specific_settings": {
    "gecko": {
      "id": "notification@example.com"
    }
  },
  "background": {
    "scripts": ["background.js"]
  },
  "permissions": ["notifications"]
}