summaryrefslogtreecommitdiffstats
path: root/testing/mochitest/manifest.json
blob: 80940a3820323421eb46d55165784aca8b68a944 (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",

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

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