summaryrefslogtreecommitdiff
path: root/backend/instance/nocookies/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'backend/instance/nocookies/manifest.json')
-rw-r--r--backend/instance/nocookies/manifest.json43
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