summaryrefslogtreecommitdiff
path: root/src/manifest.json
diff options
context:
space:
mode:
authorhackademix2019-02-01 00:14:50 +0100
committerhackademix2019-02-01 00:26:40 +0100
commitd076a517ba97da60791ded641a7952a784203d59 (patch)
treea9a196e2f76a1e8f6be9fa508200b7fa273f94ef /src/manifest.json
parent82313cc766a4b6351e76ef39c92fa3bd36576b00 (diff)
downloadnoscript-d076a517ba97da60791ded641a7952a784203d59.tar.gz
noscript-d076a517ba97da60791ded641a7952a784203d59.tar.xz
noscript-d076a517ba97da60791ded641a7952a784203d59.zip
Generic shims for Chromium derivatives.
Diffstat (limited to 'src/manifest.json')
-rw-r--r--src/manifest.json8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/manifest.json b/src/manifest.json
index 43e47dc..f0326ab 100644
--- a/src/manifest.json
+++ b/src/manifest.json
@@ -8,7 +8,7 @@
"strict_min_version": "59.0"
}
},
- "version": "10.2.2rc3",
+ "version": "10.5",
"description": "__MSG_Description__",
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'none'",
@@ -34,6 +34,8 @@
"background": {
"persistent": true,
"scripts": [
+ "lib/UA.js",
+ "lib/browser-polyfill.js",
"lib/uuid.js",
"lib/log.js",
"lib/include.js",
@@ -76,6 +78,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",
@@ -116,11 +120,13 @@
"commands": {
"_execute_browser_action": {
+ "description": "NoScript UI",
"suggested_key": {
"default": "Alt+Shift+N"
}
},
"togglePermissions": {
+ "description": "Toggle permissions",
"suggested_key": {
"default": "Ctrl+Shift+T"
}