Add browserSettings permission
This commit is contained in:
parent
9c34b961c6
commit
b735317c60
1 changed files with 2 additions and 1 deletions
|
@ -33,7 +33,8 @@
|
||||||
"tabs",
|
"tabs",
|
||||||
"clipboardRead",
|
"clipboardRead",
|
||||||
"notifications",
|
"notifications",
|
||||||
"bookmarks"
|
"bookmarks",
|
||||||
|
"browserSettings"
|
||||||
],
|
],
|
||||||
"web_accessible_resources": [
|
"web_accessible_resources": [
|
||||||
"build/console.html",
|
"build/console.html",
|
||||||
|
|
Reference in a new issue