mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 12:51:06 +00:00
560aa1a276
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
23 lines
370 B
JSON
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"]
|
|
}
|
|
}
|
|
}
|
|
}
|