update manifest, source archive
This commit is contained in:
parent
6499e949e7
commit
0cff25565e
3 changed files with 5 additions and 3 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -2,4 +2,5 @@ node_modules
|
||||||
.vscode
|
.vscode
|
||||||
web-ext-artifacts
|
web-ext-artifacts
|
||||||
.amo-upload-uuid
|
.amo-upload-uuid
|
||||||
dist
|
dist
|
||||||
|
koboprice-source.zip
|
||||||
|
|
|
||||||
|
|
@ -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": [
|
||||||
|
|
|
||||||
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue