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

@@ -2,9 +2,9 @@
"name": "ora",
"private": true,
"scripts": {
"clean": "rm -rf dist .cache",
"dev": "parcel watch --no-hmr manifest.json src/dashboard/index.html",
"build": "parcel build --no-content-hash --no-source-maps manifest.json src/dashboard/index.html",
"launch": "web-ext run -s dist"
"build": "parcel build --no-content-hash --no-source-maps manifest.json src/dashboard/index.html"
},
"browserslist": [
"last 2 chrome versions",