adjust manifest for publishing

This commit is contained in:
Gregory Tertyshny 2024-07-15 19:00:06 +03:00
parent 37c3b88bb1
commit 3f1fcac663
3 changed files with 11 additions and 4 deletions

4
.gitignore vendored
View file

@ -1,3 +1,5 @@
node_modules
dist
.vscode
.vscode
web-ext-artifacts
.amo-upload-uuid

BIN
icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

View file

@ -1,7 +1,7 @@
{
"name": "Kobo Price",
"description": "Lowest book price finder",
"version": "1.0",
"description": "Find lowest book price on kobo.com",
"version": "1.1.1",
"manifest_version": 3,
"permissions": ["activeTab"],
"content_scripts": [
@ -13,5 +13,10 @@
"https://www.kobo.com/*/*/audiobook/*"
]
}
]
],
"browser_specific_settings": {
"gecko": {
"id": "koboprice@tertyshny.dev"
}
}
}