diff --git a/.gitignore b/.gitignore index 734e4b1..2ab51bf 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,5 @@ dist *.pem *.crx *.afphoto +*.afdesign web-ext-artifacts \ No newline at end of file diff --git a/package.json b/package.json index a4cc735..3341d23 100644 --- a/package.json +++ b/package.json @@ -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": [ diff --git a/store/written.png b/store/written.png new file mode 100644 index 0000000..715c66e Binary files /dev/null and b/store/written.png differ