diff --git a/.gitignore b/.gitignore index 89211f4..86efdcf 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ node_modules .vscode web-ext-artifacts .amo-upload-uuid -dist \ No newline at end of file +dist +koboprice-source.zip diff --git a/manifest.json b/manifest.json index 2ae64ec..fe547c0 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name": "Kobo Price", - "description": "Compare ebook & audiobook prices across all Kobo country stores. Click the PRICES button in the bottom of the screen to see prices sorted and converted to USD.", + "description": "Compare ebook & audiobook prices across all Kobo stores, sorted and converted to USD.", "version": "1.5.0", "manifest_version": 3, "content_scripts": [ diff --git a/package.json b/package.json index 27f2cf0..336eef9 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,8 @@ "watch": "concurrently npm:watch-bundle npm:watch-ext", "build-userscript": "cat userscript/koboprice.meta.js dist/index.js > userscript/koboprice.user.js", "build-ext": "web-ext build", - "build-all": "npm run bundle && npm run build-userscript && rm -rf web-ext-artifacts && npm run build-ext" + "build-all": "npm run bundle && npm run build-userscript && rm -rf web-ext-artifacts && npm run build-ext", + "build-source": "zip -r koboprice-source.zip manifest.json package.json package-lock.json eslint.config.js prettierrc.json README.md icons/ img/ lib/ userscript/koboprice.meta.js -x '*/.*'" }, "author": "", "license": "ISC",