dismiss & use svelte in client

This commit is contained in:
2021-11-23 14:12:38 +01:00
parent a4e0bf1532
commit 4c0a60b14a
11 changed files with 171 additions and 81 deletions

View File

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