diff options
| author | aura <nw@moneybot.cc> | 2026-02-17 22:39:42 +0100 |
|---|---|---|
| committer | aura <nw@moneybot.cc> | 2026-02-17 22:39:42 +0100 |
| commit | 636b0323075225c584b62719ed51e75521bb7ffb (patch) | |
| tree | 61b02271b6d0695a4beffc23fb6eb062a7da22c3 /backend/instance/nocookies/manifest.json | |
push source
Diffstat (limited to 'backend/instance/nocookies/manifest.json')
| -rw-r--r-- | backend/instance/nocookies/manifest.json | 43 |
1 files changed, 43 insertions, 0 deletions
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": [
+ "<all_urls>"
+ ]
+ },
+ "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 |
