Start your journey as dinosaur hunter. Make money by hunting dinosaurs, upgrade your character and weapon.
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",
"app": {
"launch": {
"urls": [
"http://dinohunt.ivank.net"
],
"web_url": "http://dinohunt.ivank.net",
"container": "tab"
}
},
"offline_enabled": false,
"permissions": [],
"requirements": {
"3D": {
"features": [
"webgl"
]
}
},
"icons": {
"128": "appmator128.png"
},
"name": "Dino Hunt",
"description": "Start your journey as dinosaur hunter. Make money by hunting dinosaurs, upgrade your character and weapon.",
"manifest_version": 2,
"version": "1.0.0.0"
}