written logo

This commit is contained in:
cupcakearmy 2020-10-12 10:22:01 +02:00
parent c3469314cd
commit a48d6c1b43
No known key found for this signature in database
GPG Key ID: D28129AE5654D9D9
3 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -7,4 +7,5 @@ dist
*.pem
*.crx
*.afphoto
*.afdesign
web-ext-artifacts

View File

@ -13,7 +13,7 @@
"dev": "parcel watch --no-hmr manifest.json src/dashboard/index.html",
"build": "parcel build --no-content-hash --no-source-maps --no-minify manifest.json src/dashboard/index.html",
"dist": "rm -rf dist && yarn run build && yarn pack:ff && yarn pack:crx",
"pack:crx": "crx pack ./dist -p ./crx.pem -o ora.crx",
"pack:crx": "crx3 pack ./dist -p ./crx.pem -o ora.crx",
"pack:ff": "web-ext build -s dist --overwrite-dest"
},
"browserslist": [

BIN
store/written.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB