koboprice/manifest.json
2026-07-04 23:35:14 +03:00

27 lines
695 B
JSON

{
"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.",
"version": "1.5.0",
"manifest_version": 3,
"content_scripts": [
{
"js": ["dist/index.js"],
"run_at": "document_end",
"matches": [
"https://www.kobo.com/*/*/ebook/*",
"https://www.kobo.com/*/*/audiobook/*"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "koboprice@tertyshny.dev"
}
},
"icons": {
"16": "icons/16.png",
"32": "icons/32.png",
"48": "icons/48.png",
"128": "icons/128.png"
}
}