adjust manifest for publishing
This commit is contained in:
parent
37c3b88bb1
commit
3f1fcac663
3 changed files with 11 additions and 4 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,3 +1,5 @@
|
|||
node_modules
|
||||
dist
|
||||
.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",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue