2018-10-11 18:53:23 +03:00
|
|
|
{
|
|
|
|
"manifest_version": 2,
|
|
|
|
"name": "WebCompat Reporter",
|
|
|
|
"description": "Report site compatibility issues on webcompat.com",
|
|
|
|
"author": "Thomas Wisniewski <twisniewski@mozilla.com>",
|
2020-08-20 21:02:35 +03:00
|
|
|
"version": "1.4.0",
|
2018-10-11 18:53:23 +03:00
|
|
|
"homepage_url": "https://github.com/mozilla/webcompat-reporter",
|
|
|
|
"applications": {
|
|
|
|
"gecko": {
|
|
|
|
"id": "webcompat-reporter@mozilla.org"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"experiment_apis": {
|
|
|
|
"aboutConfigPrefs": {
|
|
|
|
"schema": "experimentalAPIs/aboutConfigPrefs.json",
|
|
|
|
"parent": {
|
|
|
|
"scopes": ["addon_parent"],
|
|
|
|
"script": "experimentalAPIs/aboutConfigPrefs.js",
|
|
|
|
"paths": [["aboutConfigPrefs"]]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"browserInfo": {
|
|
|
|
"schema": "experimentalAPIs/browserInfo.json",
|
|
|
|
"parent": {
|
|
|
|
"scopes": ["addon_parent"],
|
|
|
|
"script": "experimentalAPIs/browserInfo.js",
|
|
|
|
"paths": [["browserInfo"]]
|
|
|
|
}
|
|
|
|
},
|
2021-02-23 03:11:05 +03:00
|
|
|
"helpMenu": {
|
|
|
|
"schema": "experimentalAPIs/helpMenu.json",
|
|
|
|
"parent": {
|
|
|
|
"scopes": ["addon_parent"],
|
|
|
|
"script": "experimentalAPIs/helpMenu.js",
|
|
|
|
"paths": [["helpMenu"]]
|
|
|
|
}
|
|
|
|
},
|
2018-10-11 18:53:23 +03:00
|
|
|
"l10n": {
|
|
|
|
"schema": "experimentalAPIs/l10n.json",
|
|
|
|
"parent": {
|
|
|
|
"scopes": ["addon_parent"],
|
|
|
|
"script": "experimentalAPIs/l10n.js",
|
|
|
|
"paths": [["l10n"]]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"tabExtras": {
|
|
|
|
"schema": "experimentalAPIs/tabExtras.json",
|
|
|
|
"parent": {
|
|
|
|
"scopes": ["addon_parent"],
|
|
|
|
"script": "experimentalAPIs/tabExtras.js",
|
|
|
|
"paths": [["tabExtras"]]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"icons": {
|
|
|
|
"16": "icons/lightbulb.svg",
|
|
|
|
"32": "icons/lightbulb.svg",
|
|
|
|
"48": "icons/lightbulb.svg",
|
|
|
|
"96": "icons/lightbulb.svg",
|
|
|
|
"128": "icons/lightbulb.svg"
|
|
|
|
},
|
|
|
|
"permissions": [
|
|
|
|
"tabs",
|
|
|
|
"<all_urls>"
|
|
|
|
],
|
|
|
|
"background": {
|
|
|
|
"scripts": [
|
|
|
|
"background.js"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|