28 lines
677 B
JSON
28 lines
677 B
JSON
{
|
|
"name": "Izipus Lite",
|
|
"version": "0.3.0",
|
|
"manifest_version": 2,
|
|
"description": "Lzipus Lite- 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": {
|
|
"19": "icons/icon19.png",
|
|
"38": "icons/icon38.png"
|
|
},
|
|
"default_title": "Izipus - Quick Actions",
|
|
"default_popup": "src/browser_action/popup.html"
|
|
},
|
|
"permissions": [
|
|
"clipboardRead",
|
|
"clipboardWrite",
|
|
"contextMenus",
|
|
"storage",
|
|
"cookies"
|
|
]
|
|
}
|