adjust manifest for publishing
This commit is contained in:
parent
37c3b88bb1
commit
3f1fcac663
3 changed files with 11 additions and 4 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -1,3 +1,5 @@
|
||||||
node_modules
|
node_modules
|
||||||
dist
|
dist
|
||||||
.vscode
|
.vscode
|
||||||
|
web-ext-artifacts
|
||||||
|
.amo-upload-uuid
|
BIN
icon.png
Normal file
BIN
icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "Kobo Price",
|
"name": "Kobo Price",
|
||||||
"description": "Lowest book price finder",
|
"description": "Find lowest book price on kobo.com",
|
||||||
"version": "1.0",
|
"version": "1.1.1",
|
||||||
"manifest_version": 3,
|
"manifest_version": 3,
|
||||||
"permissions": ["activeTab"],
|
"permissions": ["activeTab"],
|
||||||
"content_scripts": [
|
"content_scripts": [
|
||||||
|
@ -13,5 +13,10 @@
|
||||||
"https://www.kobo.com/*/*/audiobook/*"
|
"https://www.kobo.com/*/*/audiobook/*"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"browser_specific_settings": {
|
||||||
|
"gecko": {
|
||||||
|
"id": "koboprice@tertyshny.dev"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue