зеркало из https://github.com/mozilla/gecko-dev.git
25 строки
484 B
JSON
25 строки
484 B
JSON
{
|
|
"manifest_version": 2,
|
|
"name": "Firefox Monitor",
|
|
"version": "3.0",
|
|
"applications": {
|
|
"gecko": {
|
|
"id": "fxmonitor@mozilla.org",
|
|
"strict_min_version": "65.0"
|
|
}
|
|
},
|
|
"background": {
|
|
"scripts": ["background.js"]
|
|
},
|
|
"experiment_apis": {
|
|
"fxmonitor": {
|
|
"schema": "./privileged/schema.json",
|
|
"parent": {
|
|
"scopes": ["addon_parent"],
|
|
"script": "./privileged/api.js",
|
|
"paths": [["fxmonitor"]]
|
|
}
|
|
}
|
|
}
|
|
}
|