Working options page

This commit is contained in:
Ian Gulliver
2022-10-20 18:19:21 -07:00
parent 0e0219bbcb
commit 825ad721f1
4 changed files with 168 additions and 3 deletions

View File

@@ -12,9 +12,9 @@
"permissions": [
"clipboardRead",
"storage",
"unlimitedStorage",
"<all_urls>"
"storage",
"unlimitedStorage",
"<all_urls>"
],
"browser_action": {
@@ -32,6 +32,10 @@
"scripts": ["background.js"]
},
"options_ui": {
"page": "options.html"
},
"browser_specific_settings": {
"gecko": {
"id": "{073d8528-4b24-11ed-9b73-c71d3da4ab37}"