Inspect and view changes in Speed Reading Trainer 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": "http://clients2.google.com/service/update2/crx",
"name": "Speed Reading Trainer",
"description": "This app helps you to become a Speed Reader by training you to move your eyes and brain to picture words instantly and naturally.",
"version": "2.4.23",
"manifest_version": 2,
"content_security_policy": "script-src 'self' https://www.google-analytics.com; object-src 'self'",
"app": {
"launch": {
"local_path": "speed-reading-trainer.app.html"
}
},
"icons": {
"16": "icon_16.png",
"128": "icon_128.png"
}
}