FMHY-SafeGuard/platform/firefox/manifest.json
Kenneth Hendricks ebfe20f4a9
Update manifest.json
Added storage permission and updated version
2024-11-02 21:27:46 -04:00

28 lines
712 B
JSON

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