This commit is contained in:
2021-11-22 20:07:06 +01:00
parent ee29c0b25b
commit 1acc0d4244
17 changed files with 275 additions and 163 deletions

View File

@@ -30,7 +30,8 @@
"content_scripts": [
{
"matches": ["<all_urls>"],
"js": ["./src/client/index.js"]
"js": ["./src/client/index.js"],
"css": ["./src/client/index.css"]
}
],
"web_accessible_resources": ["./icons/watch.png", "./icons/watch-alt.png", "./src/dashboard/index.html"]