From f9808c930cd4f6c06145e198e1677ec1335811e2 Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Mon, 22 Nov 2021 01:36:26 +0100 Subject: [PATCH] consolidate web views --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"] }