gecko-dev/testing/mochitest/manifest.json
William Durand 560aa1a276 Bug 1797050 - Part 6 - Use browser_specific_settings instead of applications in test manifests. r=rpl,perftest-reviewers,sparky
We want to encourage extension developers to use `browser_specific_settings` instead of `applications`, which will be unsupported in Manifest Version 3+. This patch makes sure test manifests in m-c won't cause any issues in the future.

Depends on D160541

Differential Revision: https://phabricator.services.mozilla.com/D160668
2022-11-03 16:23:03 +00:00

23 lines
370 B
JSON

{
"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"]
}
}
}
}