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
+16
View File
@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
</head>
<body>
<form>
<input type="checkbox" id="bookmarksPermissions"/>
<label>Enable Bookmark Permissions</label>
<p>This setting allows you to open a bookmark or folder of bookmarks in a container.</p>
</form>
<script src="js/options.js"></script>
</body>
</html>