Update manifest.thunderfird.json
This commit is contained in:
@@ -6,12 +6,12 @@
|
|||||||
"default_locale": "en",
|
"default_locale": "en",
|
||||||
"author": "Gabe<yugang2002@gmail.com>",
|
"author": "Gabe<yugang2002@gmail.com>",
|
||||||
"homepage_url": "https://github.com/fishjar/kiss-translator",
|
"homepage_url": "https://github.com/fishjar/kiss-translator",
|
||||||
"applications": {
|
"browser_specific_settings": {
|
||||||
"gecko": {
|
"gecko": {
|
||||||
"id": "kiss-translator@yourdomain.com",
|
"id": "yugang2002@gmail.com",
|
||||||
"strict_min_version": "78.0"
|
"strict_min_version": "78.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"background": {
|
"background": {
|
||||||
"scripts": ["background.js"]
|
"scripts": ["background.js"]
|
||||||
},
|
},
|
||||||
@@ -51,12 +51,12 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"permissions": [
|
"permissions": [
|
||||||
"messagesRead",
|
"<all_urls>",
|
||||||
"compose",
|
|
||||||
"storage",
|
"storage",
|
||||||
"menus",
|
"menus",
|
||||||
"messagesModify",
|
"messagesModify",
|
||||||
"tabs"
|
"scripting",
|
||||||
|
"declarativeNetRequest"
|
||||||
],
|
],
|
||||||
"icons": {
|
"icons": {
|
||||||
"16": "images/logo16.png",
|
"16": "images/logo16.png",
|
||||||
@@ -75,4 +75,4 @@
|
|||||||
"page": "options.html",
|
"page": "options.html",
|
||||||
"open_in_tab": true
|
"open_in_tab": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user