Inspect and view changes in ERB CTP 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",
"manifest_version": 2,
"name": "ERB CTP",
"short_name": "ERB CTP",
"description": "ERB CTP Online",
"icons": {
"128": "AppIcon128.png"
},
"version": "0.0.0.3",
"minimum_chrome_version": "35",
"app": {
"background": {
"scripts": [
"main.js"
]
}
},
"permissions": [
"webview",
"clipboardWrite",
"system.display",
"storage",
"tts"
],
"kiosk_enabled": true,
"commands": {
"exit-app": {
"suggested_key": {
"default": "Ctrl+Q"
},
"description": "Exit the app"
}
}
}