Update manifest.json

This commit is contained in:
Kenneth Hendricks 2024-10-26 14:33:42 -04:00 committed by GitHub
parent 2100519f4b
commit ec4e60a57e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,15 +13,11 @@
"default_popup": "pub/index.html"
},
"permissions": [
"activeTab",
"declarativeContent"
"tabs"
],
"background": {
"service_worker": "js/background.js"
},
"host_permissions": [
"<all_urls>"
],
"description": "An extension that detects starred, safe, unsafe or potentially unsafe sites using the FMHY Filterlist.",
"minimum_chrome_version": "100"
}