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": "Speech+", "version": "1.0", "description": "Realistic AI voice with easy sidebar controls", "permissions": [ "activeTab", "scripting", "storage" ], "host_permissions": [ "<all_urls>", "https:\/\/speech-backend.huyckkid14-projects.workers.dev\/" ], "background": { "service_worker": "background.js" }, "action": { "default_title": "Activate Speech+", "default_icon": "icon.png" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "inject.js" ], "run_at": "document_idle" } ], "web_accessible_resources": [ { "resources": [ "sidebar.html", "dock.html", "styles.css", "welcome.html" ], "matches": [ "<all_urls>" ] } ] }