diff options
author | ManeraKai <manerakai@protonmail.com> | 2023-05-21 19:29:45 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2023-05-21 19:29:45 +0300 |
commit | 229630d345e1a9c72c952a1dbe93a71a243c2c02 (patch) | |
tree | 7e18254b8168e1730f6595adbfba8d20758459ef /src/manifest.json | |
parent | Added communication to Frontends Manager. 2.5.4 => 2.6.0 (diff) | |
download | libredirect-229630d345e1a9c72c952a1dbe93a71a243c2c02.zip |
Small fixes
Diffstat (limited to 'src/manifest.json')
-rw-r--r-- | src/manifest.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/manifest.json b/src/manifest.json index 646c11f9..f97ba5a4 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -28,8 +28,7 @@ "<all_urls>" ], "optional_permissions": [ - "bookmarks", - "nativeMessaging" + "bookmarks" ], "browser_action": { "default_title": "__MSG_extensionName__", |