added bookmarks as optional_permission and added checkbox in preferences menu.

This commit is contained in:
Kendall Werts
2019-10-24 14:14:30 -05:00
parent 7e4950b184
commit e7824f367b
6 changed files with 102 additions and 14 deletions
+9 -2
View File
@@ -30,7 +30,10 @@
"storage",
"tabs",
"webRequestBlocking",
"webRequest",
"webRequest"
],
"optional_permissions": [
"bookmarks"
],
@@ -71,5 +74,9 @@
"web_accessible_resources": [
"/img/container-site-d-24.png"
]
],
"options_ui": {
"page": "options.html"
}
}