vytal-redux/public/manifest.json
2021-06-05 18:53:59 -04:00

25 lines
487 B
JSON

{
"name": "Vytal",
"description": "Vytal",
"manifest_version": 3,
"version": "1.0.0",
"permissions": [],
"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"
}
},
"background": {
"service_worker": "background.js"
}
}