FMHY-SafeGuard/platform/chromium/manifest.json
2024-10-22 15:50:10 -04:00

31 lines
788 B
JSON

{
"manifest_version": 3,
"name": "FMHY SafeGuard",
"author": "Kenneth Hendricks & contributors",
"version": "1.0.7",
"icons": {
"128": "res/ext_icon_144.png"
},
"action": {
"default_icon": {
"128": "res/ext_icon_144.png"
},
"default_popup": "pub/index.html"
},
"permissions": [
"activeTab",
"storage",
"alarms",
"declarativeNetRequest",
"notifications",
"declarativeContent"
],
"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"
}