diff options
Diffstat (limited to 'src/manifest.json')
-rw-r--r-- | src/manifest.json | 5 |
1 files changed, 3 insertions, 2 deletions
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 @@ "<all_urls>" ], "optional_permissions": [ - "bookmarks" + "bookmarks", + "nativeMessaging" ], "browser_action": { "default_title": "__MSG_extensionName__", |