From d076a517ba97da60791ded641a7952a784203d59 Mon Sep 17 00:00:00 2001 From: hackademix Date: Fri, 1 Feb 2019 00:14:50 +0100 Subject: Generic shims for Chromium derivatives. --- src/manifest.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src/manifest.json') 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" } -- cgit v1.2.3