about summary refs log tree commit diff stats
path: root/src/manifest.json
diff options
context:
space:
mode:
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