consolidate web views

This commit is contained in:
cupcakearmy 2021-11-22 01:36:26 +01:00
parent 743890e490
commit f9808c930c
No known key found for this signature in database
GPG Key ID: 3235314B4D31232F
1 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@
"scripts": ["./src/background/index.js"]
},
"options_ui": {
"page": "./src/options/index.html"
"page": "./src/dashboard/index.html#/options"
},
"content_scripts": [
{
@ -33,5 +33,5 @@
"js": ["./src/client/index.js"]
}
],
"web_accessible_resources": ["./icons/watch.png", "./icons/watch-alt.png"]
"web_accessible_resources": ["./icons/watch.png", "./icons/watch-alt.png", "./src/dashboard/index.html"]
}