This is IncrediBots 2, and you'll be building, guiding, jumping, and doing all sorts of wonderful things with your very own robots!
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": "IncrediBots 2",
"description": "This is IncrediBots 2, and you'll be building, guiding, jumping, and doing all sorts of wonderful things with your very own robots!",
"version": "1.1",
"manifest_version": 2,
"icons": {
"128": "128.png"
},
"app": {
"urls": [
"http://www.razorrobotics.com/games/incredibots2/"
],
"launch": {
"web_url": "http://www.razorrobotics.com/games/incredibots2/"
}
}
}