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": "AI Voice Generator - Text to Speech (Read Aloud)",
"description": "Read aloud any tex to lifelike speech using OpenAI's TTS model, compatible with webpages, Google Docs, PDF, Emails, and more.",
"version": "1.1.0",
"icons": {
"16": "src\/icons\/icon16.png",
"32": "src\/icons\/icon32.png",
"48": "src\/icons\/icon48.png",
"128": "src\/icons\/icon128.png"
},
"action": {
"default_icon": {
"16": "src\/icons\/icon16.png",
"32": "src\/icons\/icon32.png",
"48": "src\/icons\/icon48.png",
"128": "src\/icons\/icon128.png"
}
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"content_scripts": [
{
"js": [
"assets\/content-script-loader.index.jsx.87dee322.1a55bfb2.js"
],
"matches": [
"<all_urls>"
],
"run_at": "document_idle",
"css": [
"assets\/index.jsx.7ee2f2f5.css"
]
}
],
"permissions": [
"identity",
"storage"
],
"oauth2": {
"client_id": "569837782850-3uu9s0i27onhptsvb8j48mh2ltuu4vg8.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/drive.file",
"openid",
"email",
"profile"
]
},
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"assets\/index.jsx.87dee322.js"
],
"use_dynamic_url": true
}
]
}