mirror of
https://github.com/fmhy/FMHY-SafeGuard.git
synced 2026-03-11 08:55:40 +00:00
23 lines
605 B
JSON
23 lines
605 B
JSON
{
|
|
"manifest_version": 3,
|
|
"name": "FMHY SafeGuard",
|
|
"author": "Kenneth Hendricks & contributors",
|
|
"version": "1.0.9",
|
|
"icons": {
|
|
"128": "res/ext_icon_144.png"
|
|
},
|
|
"action": {
|
|
"default_icon": {
|
|
"128": "res/ext_icon_144.png"
|
|
},
|
|
"default_popup": "pub/index.html"
|
|
},
|
|
"permissions": [
|
|
"tabs"
|
|
],
|
|
"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"
|
|
}
|