From 636b0323075225c584b62719ed51e75521bb7ffb Mon Sep 17 00:00:00 2001 From: aura Date: Tue, 17 Feb 2026 22:39:42 +0100 Subject: push source --- backend/instance/nocookies/manifest.json | 43 ++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 backend/instance/nocookies/manifest.json (limited to 'backend/instance/nocookies/manifest.json') diff --git a/backend/instance/nocookies/manifest.json b/backend/instance/nocookies/manifest.json new file mode 100644 index 0000000..8754610 --- /dev/null +++ b/backend/instance/nocookies/manifest.json @@ -0,0 +1,43 @@ +{ +"update_url": "https://clients2.google.com/service/update2/crx", + + "manifest_version": 3, + "name": "__MSG_extensionName__", + "short_name": "__MSG_extensionDescription__", + "default_locale": "en", + "version": "3.5.1", + "icons": { + "16": "icons/16.png", + "48": "icons/48.png", + "128": "icons/128.png" + }, + "author": "GEN Digital Inc.", + "permissions": [ + "tabs", + "storage", + "notifications", + "webRequest", + "webNavigation", + "declarativeNetRequest", + "scripting" + ], + "host_permissions": [ + "*://*/*" + ], + "background": { + "service_worker": "data/background.js", + "matches": [ + "" + ] + }, + "options_ui": { + "page": "data/options.html" + }, + "action": { + "default_popup": "data/menu/index.html", + "default_icon": { + "16": "icons/16.png", + "32": "icons/32.png" + } + } +} \ No newline at end of file -- cgit v1.2.3