Found a way to make 'bookmarks' optional, so made it so https://github.com/libredirect/browser_extension/issues/688

This commit is contained in:
ManeraKai 2023-05-03 09:52:38 +03:00
parent a6155154ce
commit 771c94a0c8
No known key found for this signature in database
GPG Key ID: 5ABC31FFD562E337
1 changed files with 3 additions and 1 deletions

View File

@ -25,9 +25,11 @@
"storage",
"clipboardWrite",
"contextMenus",
"bookmarks",
"<all_urls>"
],
"optional_permissions": [
"bookmarks"
],
"browser_action": {
"default_title": "__MSG_extensionName__",
"browser_style": false,