about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--src/manifest.json4
1 files changed, 3 insertions, 1 deletions
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",
 		"<all_urls>"
 	],
+	"optional_permissions": [
+		"bookmarks"
+	],
 	"browser_action": {
 		"default_title": "__MSG_extensionName__",
 		"browser_style": false,