mirror of
https://github.com/cupcakearmy/ora.git
synced 2024-12-21 23:56:31 +00:00
consolidate web views
This commit is contained in:
parent
743890e490
commit
f9808c930c
@ -25,7 +25,7 @@
|
|||||||
"scripts": ["./src/background/index.js"]
|
"scripts": ["./src/background/index.js"]
|
||||||
},
|
},
|
||||||
"options_ui": {
|
"options_ui": {
|
||||||
"page": "./src/options/index.html"
|
"page": "./src/dashboard/index.html#/options"
|
||||||
},
|
},
|
||||||
"content_scripts": [
|
"content_scripts": [
|
||||||
{
|
{
|
||||||
@ -33,5 +33,5 @@
|
|||||||
"js": ["./src/client/index.js"]
|
"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"]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user