update manifest, source archive

This commit is contained in:
Greg 2026-07-04 23:54:01 +03:00
parent 6499e949e7
commit 0cff25565e
3 changed files with 5 additions and 3 deletions

1
.gitignore vendored
View file

@ -3,3 +3,4 @@ node_modules
web-ext-artifacts web-ext-artifacts
.amo-upload-uuid .amo-upload-uuid
dist dist
koboprice-source.zip

View file

@ -1,6 +1,6 @@
{ {
"name": "Kobo Price", "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", "version": "1.5.0",
"manifest_version": 3, "manifest_version": 3,
"content_scripts": [ "content_scripts": [

View file

@ -13,7 +13,8 @@
"watch": "concurrently npm:watch-bundle npm:watch-ext", "watch": "concurrently npm:watch-bundle npm:watch-ext",
"build-userscript": "cat userscript/koboprice.meta.js dist/index.js > userscript/koboprice.user.js", "build-userscript": "cat userscript/koboprice.meta.js dist/index.js > userscript/koboprice.user.js",
"build-ext": "web-ext build", "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": "", "author": "",
"license": "ISC", "license": "ISC",