summaryrefslogtreecommitdiffstats
path: root/layout/tools/reftest/manifest.json
blob: b7648de87c77330bf7c31e6647ade20ad5175ee3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "manifest_version": 2,
  "name": "Reftest",
  "version": "1.0",

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

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