Found a way to make 'bookmarks' optional, so made it so https://github.com/libredirect/browser_extension/issues/688
This commit is contained in:
parent
a6155154ce
commit
771c94a0c8
|
@ -25,9 +25,11 @@
|
|||
"storage",
|
||||
"clipboardWrite",
|
||||
"contextMenus",
|
||||
"bookmarks",
|
||||
"<all_urls>"
|
||||
],
|
||||
"optional_permissions": [
|
||||
"bookmarks"
|
||||
],
|
||||
"browser_action": {
|
||||
"default_title": "__MSG_extensionName__",
|
||||
"browser_style": false,
|
||||
|
|
Loading…
Reference in New Issue