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",
"name": "Site Narrator",
"description": "Reads aloud any web page.",
"version": "3",
"manifest_version": 3,
"minimum_chrome_version": "116",
"action": {
"default_popup": "popup.html",
"default_icon": "icons\/not-recording.png"
},
"background": {
"service_worker": "service-worker.js"
},
"permissions": [
"tabs",
"scripting",
"activeTab",
"tts",
"storage"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}