Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Hippo Reader",
"version": "1.3.8",
"description": "Transform web pages into audio with a click. Listen hands-free, perfect for multitaskers and learners. Let your ears do the reading!",
"permissions": [
"tts",
"storage"
],
"action": {
"default_icon": {
"16": "images\/reader16.png",
"32": "images\/reader32.png",
"48": "images\/reader48.png",
"128": "images\/reader128-disabled.png"
}
},
"icons": {
"16": "images\/reader16.png",
"32": "images\/reader32.png",
"48": "images\/reader48.png",
"128": "images\/reader128.png"
},
"background": {
"service_worker": "js\/background.js"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"js\/cursor.js",
"js\/log.js",
"js\/content.js"
]
}
],
"options_ui": {
"page": "options.html"
}
}