Inspect and view changes in Our Solar System - Kids Book 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",
"manifest_version": 2,
"name": "Our Solar System - Kids Book",
"description": "Teach the solar system with this interactive book! Short, interactive, educational and goes from Earth to all the other planets!",
"version": "1.0",
"app": {
"urls": [
"http://oursolarsystembook.com/"
],
"launch": {
"web_url": "http://oursolarsystembook.com/"
}
},
"icons": {
"128": "icon_128.png"
}
}