mirror of
https://github.com/fmhy/FMHY-SafeGuard.git
synced 2026-03-11 08:55:40 +00:00
89 lines
2.8 KiB
JSON
89 lines
2.8 KiB
JSON
{
|
|
"manifest_version": 3,
|
|
"name": "FMHY SafeGuard",
|
|
"author": "Kenneth Hendricks & contributors",
|
|
"version": "1.2.0",
|
|
"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"
|
|
],
|
|
"content_scripts": [
|
|
{
|
|
"matches": [
|
|
"*://*.google.com/*",
|
|
"*://*.google.co.uk/*",
|
|
"*://*.google.de/*",
|
|
"*://*.google.fr/*",
|
|
"*://*.google.it/*",
|
|
"*://*.google.es/*",
|
|
"*://*.google.nl/*",
|
|
"*://*.google.ca/*",
|
|
"*://*.google.com.au/*",
|
|
"*://*.google.com.br/*",
|
|
"*://*.google.co.jp/*",
|
|
"*://*.google.co.kr/*",
|
|
"*://*.google.co.in/*",
|
|
"*://*.google.ru/*",
|
|
"*://*.google.cn/*",
|
|
"*://*.bing.com/*",
|
|
"*://*.duckduckgo.com/*",
|
|
"*://*.librey.org/*",
|
|
"*://*.4get.ca/*",
|
|
"*://*.mojeek.com/*",
|
|
"*://*.qwant.com/*",
|
|
"*://*.swisscows.com/*",
|
|
"*://*.yacy.net/*",
|
|
"*://*.startpage.com/*",
|
|
"*://*.search.brave.com/*",
|
|
"*://*.ekoru.org/*",
|
|
"*://*.gibiru.com/*",
|
|
"*://*.searx.org/*",
|
|
"*://*.metager.org/*",
|
|
"*://*.ecosia.org/*",
|
|
"*://*.yandex.com/*",
|
|
"*://*.yandex.ru/*",
|
|
"*://*.yandex.ua/*",
|
|
"*://*.yandex.kz/*",
|
|
"*://*.yandex.by/*",
|
|
"*://*.yandex.tr/*",
|
|
"*://*.yahoo.com/*",
|
|
"*://*.yahoo.co.jp/*",
|
|
"*://*.yahoo.co.uk/*",
|
|
"*://*.yahoo.de/*",
|
|
"*://*.yahoo.fr/*",
|
|
"*://*.yahoo.it/*",
|
|
"*://*.yahoo.es/*",
|
|
"*://*.yahoo.ca/*",
|
|
"*://*.yahoo.com.au/*",
|
|
"*://*.yahoo.com.br/*",
|
|
"*://*.yahoo.co.kr/*",
|
|
"*://*.yahoo.co.in/*",
|
|
"*://*.baidu.com/*",
|
|
"*://*.naver.com/*",
|
|
"*://*.seznam.cz/*"
|
|
],
|
|
"js": ["js/content.js"],
|
|
"run_at": "document_idle"
|
|
}
|
|
],
|
|
"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."
|
|
}
|