Bug 1890277: part 4) Add CSPParser support for the `trusted-types` directive, guarded...
[gecko.git] / testing / specialpowers / manifest.json
blobc0ffce0005fd6b06d0f6aa8383e154217dab5a81
2   "manifest_version": 2,
3   "name": "Special Powers",
4   "version": "2018.6.27",
6   "browser_specific_settings": {
7     "gecko": {
8       "id": "special-powers@mozilla.org"
9     }
10   },
11   "permissions": [],
13   "experiment_apis": {
14     "specialpowers": {
15       "schema": "schema.json",
16       "parent": {
17         "scopes": ["addon_parent"],
18         "script": "api.js",
19         "events": ["startup"]
20       }
21     }
22   }