From a01f13dfce9fbc34c3acab27f4a4d94e5797b12a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Feb 2022 16:26:53 +0000 Subject: [PATCH] Bumped version to 1.56.0 --- src/manifest.json | 42 +++++++++++++++++++++++++++++++++--------- 1 file changed, 33 insertions(+), 9 deletions(-) diff --git a/src/manifest.json b/src/manifest.json index 62a741d131..0b32a9ca33 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "__MSG_extName__", "short_name": "__MSG_appName__", - "version": "1.55.0", + "version": "1.56.0", "description": "__MSG_extDesc__", "default_locale": "en", "author": "Bitwarden Inc.", @@ -23,25 +23,47 @@ "content/notificationBar.js", "content/contextMenuHandler.js" ], - "matches": ["http://*/*", "https://*/*", "file:///*"], + "matches": [ + "http://*/*", + "https://*/*", + "file:///*" + ], "run_at": "document_start" }, { "all_frames": false, - "js": ["content/shortcuts.js"], - "matches": ["http://*/*", "https://*/*", "file:///*"], + "js": [ + "content/shortcuts.js" + ], + "matches": [ + "http://*/*", + "https://*/*", + "file:///*" + ], "run_at": "document_start" }, { "all_frames": false, - "js": ["content/message_handler.js"], - "matches": ["http://*/*", "https://*/*", "file:///*"], + "js": [ + "content/message_handler.js" + ], + "matches": [ + "http://*/*", + "https://*/*", + "file:///*" + ], "run_at": "document_start" }, { "all_frames": true, - "css": ["content/autofill.css"], - "matches": ["http://*/*", "https://*/*", "file:///*"], + "css": [ + "content/autofill.css" + ], + "matches": [ + "http://*/*", + "https://*/*", + "file:///*" + ], "run_at": "document_end" } ], @@ -70,7 +92,9 @@ "webRequest", "webRequestBlocking" ], - "optional_permissions": ["nativeMessaging"], + "optional_permissions": [ + "nativeMessaging" + ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "commands": { "_execute_browser_action": {