Inspect and view changes in Comprehension Builder 2 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": "Comprehension Builder 2",
"description": "The app is designed for the higher level sentence structure with When? How? and Why? questions.",
"version": "0.0.0.1",
"manifest_version": 2,
"app": {
"urls": [
"http://www.abitalk.com/webapps/compbuilder2/",
"http://www.abitalk.com/webapps/compbuilder2/"
],
"launch": {
"web_url": "http://www.abitalk.com/webapps/compbuilder2/"
}
},
"icons": {
"128": "Icon_128.png"
},
"permissions": [
"unlimitedStorage",
"notifications"
]
}