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": "BardReadAloud",
"description": "Bard read aloud!",
"version": "1.0.0",
"manifest_version": 3,
"host_permissions": [
"*:\/\/bard.google.com\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/bard.google.com\/*"
],
"js": [
"SpeakManager.js",
"UUID.js",
"WebSocketRequest.js",
"jquery-3.6.0.min.js",
"EngineBard.js",
"BardPageMutation.js",
"Context.js",
"EngineFactory.js",
"Main.js",
"contentscript.js"
]
}
],
"permissions": [
"storage"
]
}