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,
"version": "1.0.5",
"name": "Gemini Reader: Free AI Text to Speech with Google Voices, TTS",
"description": "Natural Gemini AI text to speech (TTS) for PDFs, articles, & docs. Download or read aloud using high-quality AI voices",
"options_ui": {
"page": "src\/pages\/options\/index.html"
},
"action": {
"default_icon": {
"128": "logo-128.png"
}
},
"icons": {
"128": "logo-128.png"
},
"permissions": [
"activeTab",
"tabs",
"storage"
],
"content_scripts": [
{
"js": [
"assets\/index.tsx-loader-BA7sngEK.js"
],
"matches": [
"https:\/\/gemini.google.com\/*",
"*:\/\/gemini.google.com\/*"
],
"css": [
"contentStyle.css",
"assets\/index-dDr_6R1S.css"
],
"run_at": "document_end"
}
],
"devtools_page": "src\/pages\/devtools\/index.html",
"web_accessible_resources": [
{
"matches": [
"*:\/\/gemini.google.com\/*",
"https:\/\/gemini.google.com\/*"
],
"resources": [
"contentStyle.css",
"icon-128.png",
"icon-32.png",
"logo-128.png",
"pdf.worker.js",
"injected.js",
"assets\/client-D8-z3grB.js",
"assets\/utils-CzZhF-yc.js",
"assets\/_commonjsHelpers-BosuxZz1.js",
"assets\/index-C9rmetsa.js",
"assets\/__vite-browser-external-BIHI7g3E.js",
"assets\/index.tsx-B61ULD5W.js"
],
"use_dynamic_url": false
}
],
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
}
}