From 12dd59e290a9d8e1a7e2e9acf8d29c03097a6f6f Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Fri, 19 May 2023 15:38:04 +0300 Subject: Added communication to Frontends Manager. 2.5.4 => 2.6.0 --- src/manifest.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/manifest.json') diff --git a/src/manifest.json b/src/manifest.json index 185a5231..646c11f9 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", - "version": "2.5.4", + "version": "2.6.0", "manifest_version": 2, "browser_specific_settings": { "gecko": { @@ -28,7 +28,8 @@ "" ], "optional_permissions": [ - "bookmarks" + "bookmarks", + "nativeMessaging" ], "browser_action": { "default_title": "__MSG_extensionName__", -- cgit 1.4.1