Update manifest.json

This commit is contained in:
pliny
2023-08-12 15:52:01 -07:00
committed by GitHub
parent 3afdc4e2d2
commit c9a67492b7
+2 -12
View File
@@ -4,19 +4,9 @@
"version": "1.0",
"permissions": ["storage", "tabs", "activeTab"],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images/icon16.png",
"48": "images/icon48.png",
"128": "images/icon128.png"
}
"default_popup": "popup.html"
},
"background": {
"service_worker": "background.js"
},
"icons": {
"16": "images/icon16.png",
"48": "images/icon48.png",
"128": "images/icon128.png"
}
}
}