3 Commits

Author SHA1 Message Date
e08e220c19 manifest ezz 2024-12-10 00:24:14 +03:00
93b67f2e73 remaster manifest for firefox support 2024-12-09 23:52:01 +03:00
86936cdf05 delete trash 2024-12-06 17:01:28 +03:00
7 changed files with 15 additions and 10 deletions

View File

View File

@@ -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.gorshenin1@gmail.com"
}
}
}

View File