From 771c94a0c8b81df039361254f28b2bad286a49ff Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Wed, 3 May 2023 09:52:38 +0300 Subject: Found a way to make 'bookmarks' optional, so made it so https://github.com/libredirect/browser_extension/issues/688 --- src/manifest.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/manifest.json b/src/manifest.json index bd483a3b..185a5231 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -25,9 +25,11 @@ "storage", "clipboardWrite", "contextMenus", - "bookmarks", "" ], + "optional_permissions": [ + "bookmarks" + ], "browser_action": { "default_title": "__MSG_extensionName__", "browser_style": false, -- cgit 1.4.1