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": "Textara: Instant Text to Speech",
"short_name": "Textara: Instant Text to Speech",
"description": "Textara \u2014 A free text to speech Chrome extension by Oflox\u00ae with 25+ voices, multi-language support, and instant playback.",
"version": "1.0.0",
"action": {
"default_title": "Textara: Instant Text to Speech",
"default_popup": "popup.html"
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"permissions": [
"tts",
"contextMenus",
"storage",
"activeTab",
"scripting"
],
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"host_permissions": [
"<all_urls>"
],
"author": "Oflox"
}