summaryrefslogtreecommitdiffstats
path: root/services/sync/tps/extensions/tps/manifest.json
blob: c961e765064ebef647e52962fed4e629aaaa3fb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "manifest_version": 2,
  "name": "TPS",
  "version": "1.0",

  "browser_specific_settings": {
    "gecko": {
      "id": "tps@mozilla.org"
    }
  },

  "experiment_apis": {
    "tps": {
      "schema": "schema.json",
      "parent": {
        "scopes": ["addon_parent"],
        "script": "api.js",
        "paths": [["tps"]],
        "events": ["startup"]
      }
    }
  }
}