remaster manifest for firefox support
This commit is contained in:
@@ -1,18 +1,18 @@
|
|||||||
{
|
{
|
||||||
"name": "Izipus",
|
"name": "Izipus",
|
||||||
"version": "1.1.0",
|
"version": "0.3.1",
|
||||||
"manifest_version": 2,
|
"manifest_version": 3,
|
||||||
"description": "Izipus -- help your a...",
|
"description": "Lzipus - assists your workflow by simplifying interactions.",
|
||||||
"homepage_url": "https://github.com/AM-EO/izipus",
|
"homepage_url": "https://git.gorshenin.info/Dgors03/Answer_Templates",
|
||||||
"icons": {
|
"icons": {
|
||||||
"16": "icons/icon16.png",
|
"16": "icons/icon16.png",
|
||||||
"48": "icons/icon48.png",
|
"48": "icons/icon48.png",
|
||||||
"128": "icons/icon128.png"
|
"128": "icons/icon128.png"
|
||||||
},
|
},
|
||||||
"browser_action": {
|
"action": {
|
||||||
"default_icon": "icons/icon19.png",
|
"default_icon": "icons/icon48.png",
|
||||||
"default_title": "browser action demo",
|
"default_title": "Izipus - Quick Actions",
|
||||||
"default_popup": "src/browser_action/popup.html"
|
"default_popup": "src/popup.html"
|
||||||
},
|
},
|
||||||
"permissions": [
|
"permissions": [
|
||||||
"clipboardRead",
|
"clipboardRead",
|
||||||
@@ -20,5 +20,10 @@
|
|||||||
"contextMenus",
|
"contextMenus",
|
||||||
"storage",
|
"storage",
|
||||||
"cookies"
|
"cookies"
|
||||||
]
|
],
|
||||||
}
|
"browser_specific_settings": {
|
||||||
|
"gecko": {
|
||||||
|
"id": "dmitriy.gorshenin@gmail.com"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user