Inspect and view changes in Hostile Shapes Game 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": "Hostile Shapes Game",
"short_name": "Hostile Shapes Arcade - Confront them at your peril",
"description": "Jump into the action with Hostile Shapes, a retro scroller! Tap to leap, avoid obstacles, hours of fun. Perfect for all ages!",
"version": "1.0.1.0",
"manifest_version": 2,
"icons": {
"96": "icon-96.png",
"112": "icon-112.png",
"128": "icon-128.png",
"256": "icon-256.png",
"512": "icon-512.png"
},
"app": {
"urls": [
"https://www.pathuku.com/hostileshapes"
],
"launch": {
"web_url": "https://www.pathuku.com/hostileshapes"
}
},
"offline_enabled": true
}