From b19ef1853ed317415c472507a27481c2cab716a0 Mon Sep 17 00:00:00 2001 From: Kenneth Hendricks <50819541+kenhendricks00@users.noreply.github.com> Date: Sun, 25 Jan 2026 14:54:45 -0500 Subject: [PATCH] Add files via upload --- platform/chromium/manifest.json | 21 ++++++++++++--------- platform/firefox/manifest.json | 25 +++++++++++++++---------- 2 files changed, 27 insertions(+), 19 deletions(-) diff --git a/platform/chromium/manifest.json b/platform/chromium/manifest.json index b47cf82..9399bec 100644 --- a/platform/chromium/manifest.json +++ b/platform/chromium/manifest.json @@ -1,16 +1,17 @@ { "manifest_version": 3, - "name": "FMHY SafeGuard", + "name": "__MSG_extensionName__", + "default_locale": "en", "author": "Kenneth Hendricks & contributors", - "version": "1.2.7", + "version": "1.3.0", "icons": { "128": "res/ext_icon_144.png" }, "action": { - "default_icon": { - "128": "res/ext_icon_144.png" - }, - "default_popup": "pub/index.html" + "default_icon": { + "128": "res/ext_icon_144.png" + }, + "default_popup": "pub/index.html" }, "options_page": "pub/settings-page.html", "permissions": [ @@ -73,13 +74,15 @@ "*://*.naver.com/*", "*://*.seznam.cz/*" ], - "js": ["js/content.js"], + "js": [ + "js/content.js" + ], "run_at": "document_idle" } ], "background": { "service_worker": "js/background.js" }, - "description": "An extension that detects starred, safe, unsafe or potentially unsafe sites using the FMHY Filterlist.", + "description": "__MSG_extensionDescription__", "minimum_chrome_version": "100" -} +} \ No newline at end of file diff --git a/platform/firefox/manifest.json b/platform/firefox/manifest.json index 72f69ac..6f9d253 100644 --- a/platform/firefox/manifest.json +++ b/platform/firefox/manifest.json @@ -1,16 +1,17 @@ { "manifest_version": 3, - "name": "FMHY SafeGuard", + "name": "__MSG_extensionName__", + "default_locale": "en", "author": "Kenneth Hendricks & contributors", - "version": "1.2.7", + "version": "1.3.0", "icons": { "128": "res/ext_icon_144.png" }, "action": { - "default_icon": { - "128": "res/ext_icon_144.png" - }, - "default_popup": "pub/index.html" + "default_icon": { + "128": "res/ext_icon_144.png" + }, + "default_popup": "pub/index.html" }, "options_page": "pub/settings-page.html", "permissions": [ @@ -73,17 +74,21 @@ "*://*.naver.com/*", "*://*.seznam.cz/*" ], - "js": ["js/content.js"], + "js": [ + "js/content.js" + ], "run_at": "document_idle" } ], "background": { - "scripts": ["js/background.js"] + "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." -} + "description": "__MSG_extensionDescription__" +} \ No newline at end of file