26 lines
511 B
JSON
26 lines
511 B
JSON
{
|
|
"name": "Vytal",
|
|
"description": "Vytal",
|
|
"manifest_version": 3,
|
|
"version": "1.0.0",
|
|
"permissions": ["storage"],
|
|
"icons": {
|
|
"16": "icon_16.png",
|
|
"32": "icon_32.png",
|
|
"48": "icon_48.png",
|
|
"128": "icon_128.png"
|
|
},
|
|
"action": {
|
|
"default_popup": "popup.html",
|
|
"default_icon": {
|
|
"16": "icon_16.png",
|
|
"32": "icon_32.png",
|
|
"48": "icon_48.png",
|
|
"128": "icon_128.png"
|
|
}
|
|
},
|
|
"options_ui": {
|
|
"page": "options.html",
|
|
"open_in_tab": false
|
|
}
|
|
}
|