Pilot a high speed missile going through the tunnel, avoid crashing by flying through the holes.
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": "Homing Missile Game 3D",
"short_name": "Homing Missile",
"description": "Pilot a high speed missile going through the tunnel, avoid crashing by flying through the holes.",
"default_locale": "en",
"offline_enabled": true,
"version": "1.3.2",
"icons": {
"128": "icon_128.png"
},
"app": {
"background": {
"scripts": [
"main.js"
]
}
}
}