forked from Dgors03/Answer_Templates
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e08e220c19 | |||
| 93b67f2e73 | |||
| 86936cdf05 |
@@ -1,18 +1,18 @@
|
||||
{
|
||||
"name": "Izipus",
|
||||
"version": "1.1.0",
|
||||
"manifest_version": 2,
|
||||
"description": "Izipus -- help your a...",
|
||||
"homepage_url": "https://github.com/AM-EO/izipus",
|
||||
"version": "0.3.1",
|
||||
"manifest_version": 3,
|
||||
"description": "Lzipus - assists your workflow by simplifying interactions.",
|
||||
"homepage_url": "https://git.gorshenin.info/Dgors03/Answer_Templates",
|
||||
"icons": {
|
||||
"16": "icons/icon16.png",
|
||||
"48": "icons/icon48.png",
|
||||
"128": "icons/icon128.png"
|
||||
},
|
||||
"browser_action": {
|
||||
"default_icon": "icons/icon19.png",
|
||||
"default_title": "browser action demo",
|
||||
"default_popup": "src/browser_action/popup.html"
|
||||
"action": {
|
||||
"default_icon": "icons/icon48.png",
|
||||
"default_title": "Izipus - Quick Actions",
|
||||
"default_popup": "src/popup.html"
|
||||
},
|
||||
"permissions": [
|
||||
"clipboardRead",
|
||||
@@ -20,5 +20,10 @@
|
||||
"contextMenus",
|
||||
"storage",
|
||||
"cookies"
|
||||
]
|
||||
}
|
||||
],
|
||||
"browser_specific_settings": {
|
||||
"gecko": {
|
||||
"id": "dmitriy.gorshenin1@gmail.com"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user