summaryrefslogtreecommitdiffstats
path: root/manifest.json
blob: 0e8ff1d510d3eb3a8dea0ff3e9390efa2be82e97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
  "applications": {
    "gecko": {
      "id": "eas4tbsync@jobisoft.de",
      "strict_min_version": "102.7.0",
      "strict_max_version": "115.*"
    }
  },
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "version": "4.7",
  "author": "John Bieling",
  "homepage_url": "https://github.com/jobisoft/EAS-4-TbSync/",
  "default_locale": "en-US",
  "description": "__MSG_extensionDescription__",
  "icons": {
    "32": "content/skin/eas32.png"
  },
  "background": {
    "scripts": ["background.js"]
  },
  "permissions": [
    "notifications"
  ],
  "experiment_apis": {
    "BootstrapLoader": {
      "schema": "content/api/BootstrapLoader/schema.json",
      "parent": {
        "scopes": ["addon_parent"],
        "paths": [["BootstrapLoader"]],
        "script": "content/api/BootstrapLoader/implementation.js"
      }
    }
  }
}