Inspect and view changes in ClaroSpeak source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "ClaroSpeak",
"permissions": [
"audioCapture",
"contextMenus",
"notifications",
"identity",
"identity.email",
"alarms",
"storage",
"http://*/",
"https://www.googleapis.com/",
{
"fileSystem": [
"write",
"retainEntries",
"directory"
]
}
],
"description": "A simple text-to-speech reader with editing, proofing, speaking dictionary, color changing and word prediction.",
"version": "12.1.14",
"manifest_version": 2,
"app": {
"background": {
"scripts": [
"background.js"
]
}
},
"icons": {
"16": "images/logo-16px.png",
"48": "images/logo-48px.png",
"128": "images/logo-128px.png"
}
}