FMHY-SafeGuard/platform/firefox/manifest.json
2026-02-03 18:51:23 -05:00

94 lines
2.8 KiB
JSON

{
"manifest_version": 3,
"name": "__MSG_extensionName__",
"default_locale": "en",
"author": "Kenneth Hendricks & contributors",
"version": "1.3.5",
"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": "__MSG_extensionDescription__"
}