summaryrefslogtreecommitdiffstats
path: root/testing/mochitest/manifest.json
blob: c90f5c6cd9dcd6e9abfa55cfc1b6e9d809eb4a33 (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": "Mochitest",
  "version": "2.0",

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

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