An extension that detects starred, safe, unsafe or potentially unsafe sites using the FMHY Filterlist.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 3,
"name": "FMHY SafeGuard",
"author": "Kenneth Hendricks & contributors",
"version": "1.1.8",
"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": {
"scripts": [
"js/background.js"
]
},
"browser_specific_settings": {
"gecko": {
"id": "{5d554479-7cc4-487f-bd25-d8fc67a42602}"
}
},
"description": "An extension that detects starred, safe, unsafe or potentially unsafe sites using the FMHY Filterlist."
}