diff --git a/manifest.json b/manifest.json index 4b31948..b520832 100644 --- a/manifest.json +++ b/manifest.json @@ -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"] }