summaryrefslogtreecommitdiffstats
path: root/manifest.json
blob: 46a67988c3209b51ce639a70ece89050f027df3e (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
36
37
38
39
40
41
42
43
44
45
{
  "applications": {
    "gecko": {
      "id": "tbsync@jobisoft.de",
      "strict_min_version": "115.0",
      "strict_max_version": "115.*"
    }
  },
  "manifest_version": 2,
  "name": "TbSync",
  "version": "4.8",
  "author": "John Bieling",
  "homepage_url": "https://github.com/jobisoft/TbSync",
  "default_locale": "en-US",
  "description": "__MSG_extensionDescription__",
  "icons": {
    "32": "content/skin/tbsync.png"
  },
  "browser_action": {
    "default_title": "TbSync",
    "default_label": "",
    "default_icon": {
      "32": "content/skin/tbsync.png"
    },
    "allowed_spaces": [
      "mail",
      "calendar",
      "addressbook",
      "tasks"
    ]
  }, 
  "background": {
    "scripts": ["background.js"]
  },
  "experiment_apis": {
    "BootstrapLoader": {
      "schema": "content/api/BootstrapLoader/schema.json",
      "parent": {
        "scopes": ["addon_parent"],
        "paths": [["BootstrapLoader"]],
        "script": "content/api/BootstrapLoader/implementation.js"
      }
    }
  }
}