FMHY-SafeGuard/platform/chromium/manifest.json
2024-11-03 16:04:14 -05:00

26 lines
688 B
JSON

{
"manifest_version": 3,
"name": "FMHY SafeGuard",
"author": "Kenneth Hendricks & contributors",
"version": "1.1.3",
"icons": {
"128": "res/ext_icon_144.png"
},
"action": {
"default_icon": {
"128": "res/ext_icon_144.png"
},
"default_popup": "pub/index.html"
},
"options_page": "pub/settings-page.html",
"permissions": [
"storage",
"tabs",
"alarms"
],
"background": {
"service_worker": "js/background.js"
},
"description": "An extension that detects starred, safe, unsafe or potentially unsafe sites using the FMHY Filterlist.",
"minimum_chrome_version": "100"
}