Files
2023-05-01 09:41:11 -04:00

23 lines
512 B
JSON

{
"name": "Broken Background Color",
"version": "1.0",
"description": "Fix an Extension!",
"permissions": ["activeTab", "scripting", "storage"],
"options_page": "options.html",
"background": {
"service_worker": "service-worker.js"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images/icon-16.png",
"128": "images/icon-128.png"
}
},
"icons": {
"16": "images/icon-16.png",
"128": "images/icon-128.png"
},
"manifest_version": 3
}