30 lines
693 B
JSON
30 lines
693 B
JSON
{
|
|
"name": "Izipus",
|
|
"version": "0.3.0",
|
|
"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"
|
|
},
|
|
"action": {
|
|
"default_icon": "icons/icon16.png",
|
|
"default_title": "Izipus - Quick Actions",
|
|
"default_popup": "src/popup.html"
|
|
},
|
|
"permissions": [
|
|
"clipboardRead",
|
|
"clipboardWrite",
|
|
"contextMenus",
|
|
"storage",
|
|
"cookies"
|
|
],
|
|
"browser_specific_settings": {
|
|
"gecko": {
|
|
"id": "dmitriy.gorshenin@gmail.com"
|
|
}
|
|
}
|
|
}
|