Bug 1717887 Part 1: Abstract RenderThread task pushing, and make it private. r=gfx...
[gecko.git] / testing / mochitest / manifest.json
blobc90f5c6cd9dcd6e9abfa55cfc1b6e9d809eb4a33
2   "manifest_version": 2,
3   "name": "Mochitest",
4   "version": "2.0",
6   "applications": {
7     "gecko": {
8       "id": "mochikit@mozilla.org"
9     }
10   },
12   "experiment_apis": {
13     "mochikit": {
14       "schema": "schema.json",
15       "parent": {
16         "scopes": ["addon_parent"],
17         "script": "api.js",
18         "events": ["startup"]
19       }
20     }
21   }