client for blocking

This commit is contained in:
2020-09-20 22:24:57 +02:00
parent c078f3150e
commit 77564060e2
12 changed files with 81 additions and 22 deletions

View File

@@ -29,7 +29,7 @@
"content_scripts": [
{
"matches": ["<all_urls>"],
"js": []
"js": ["./src/client/index.js"]
}
],
"web_accessible_resources": ["./icons/stopwatch.svg", "./icons/stopwatch-inv.svg"]