summaryrefslogtreecommitdiffstats
path: root/services/sync/tps/extensions/tps/manifest.json
blob: 2de6e902c689c2d210e6632aaeb4c92beeb9445f (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",

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

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