summaryrefslogtreecommitdiff
path: root/src/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/manifest.json')
-rw-r--r--src/manifest.json10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/manifest.json b/src/manifest.json
index ae158ec..1e68885 100644
--- a/src/manifest.json
+++ b/src/manifest.json
@@ -8,10 +8,10 @@
"strict_min_version": "59.0"
}
},
- "version": "10.2.5",
+ "version": "10.5rc1",
"description": "__MSG_Description__",
"incognito": "spanning",
-
+
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'none'",
"icons": {
@@ -35,6 +35,8 @@
"background": {
"persistent": true,
"scripts": [
+ "lib/UA.js",
+ "lib/browser-polyfill.js",
"lib/uuid.js",
"lib/log.js",
"lib/include.js",
@@ -77,6 +79,8 @@
"match_about_blank": true,
"all_frames": true,
"js": [
+ "lib/UA.js",
+ "lib/browser-polyfill.js",
"lib/log.js",
"lib/uuid.js",
"lib/sha256.js",
@@ -117,11 +121,13 @@
"commands": {
"_execute_browser_action": {
+ "description": "NoScript UI",
"suggested_key": {
"default": "Alt+Shift+N"
}
},
"togglePermissions": {
+ "description": "Toggle permissions",
"suggested_key": {
"default": "Ctrl+Shift+T"
}