about summary refs log tree commit diff stats
path: root/src/manifest.json
diff options
context:
space:
mode:
authorManeraKai <manerakai@protonmail.com>2023-01-29 23:19:33 +0300
committerManeraKai <manerakai@protonmail.com>2023-01-29 23:19:33 +0300
commit73db935742238196994620d87566e75c1f5c4382 (patch)
treeb85361df202d1257e1607788857fb2c4ffd21ccd /src/manifest.json
parentAdded support for reddit onion https://github.com/libredirect/libredirect/iss... (diff)
downloadlibredirect-73db935742238196994620d87566e75c1f5c4382.zip
Changed redirect type default to main_frame
Diffstat (limited to 'src/manifest.json')
-rw-r--r--src/manifest.json11
1 files changed, 9 insertions, 2 deletions
diff --git a/src/manifest.json b/src/manifest.json
index bf636106..179d38bb 100644
--- a/src/manifest.json
+++ b/src/manifest.json
@@ -19,7 +19,14 @@
 		"48": "assets/images/libredirect-48.png",
 		"128": "assets/images/libredirect-128.png"
 	},
-	"permissions": ["webRequest", "webRequestBlocking", "storage", "unlimitedStorage", "clipboardWrite", "contextMenus", "<all_urls>"],
+	"permissions": [
+		"webRequest",
+		"webRequestBlocking",
+		"storage",
+		"clipboardWrite",
+		"contextMenus",
+		"<all_urls>"
+	],
 	"browser_action": {
 		"default_title": "__MSG_extensionName__",
 		"browser_style": false,
@@ -63,4 +70,4 @@
 	"default_locale": "en",
 	"update_url": "https://raw.githubusercontent.com/libredirect/libredirect/master/src/updates/updates.xml",
 	"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAroWDSoSRZ1scj+eJRrvnhJbrqXTKnhQuxs6+AJg16sqr0bsMdFV+MSY4i4xnK+K5WOYkBliWXgUyk/wzicoAjOnSJddrL/Md4FuWHI2NVIkrlsLOrYkygi5OLqGPajRH/w8Cdmg7KzEpXe/OnYV0/qS8li8huEdTzdeLdhfbiVl1j3DOr4OJALQ7mPeeNFHFo/oVQ+OkSezWLezA5jUGfhtzPYV6u1TXzX7lCi8E/BbDbwkvvXOMcjXCv08kjdLOY2djCA2a6zr0xAb3q8DlexAMZ8vMof7AQRFtBKhLc9n9VFoipMMdBOVQQj/eIcRILBrmkcZNnJxFKiHNJ+NcZQIDAQAB"
-}
+}
\ No newline at end of file