Inspect and view changes in Robominers 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": "Robominers",
"description": "This game is about fun robots that produce magical crystals in the inaccessible mountains.",
"version": "1",
"app": {
"urls": [
"http://html5.playcombo.com/Robominers_Html5/"
],
"launch": {
"web_url": "http://html5.playcombo.com/Robominers_Html5/"
}
},
"icons": {
"128": "logo128x128.png"
},
"permissions": [
"unlimitedStorage",
"notifications"
],
"manifest_version": 2
}