Inspect and view changes in Dino Hunt 2 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",
"manifest_version": 2,
"app": {
"launch": {
"urls": [
"http://dinohunt2.ivank.net"
],
"web_url": "http://dinohunt2.ivank.net",
"container": "tab"
}
},
"offline_enabled": false,
"permissions": [],
"requirements": {
"3D": {
"features": [
"webgl"
]
}
},
"icons": {
"128": "appmator128.png"
},
"name": "Dino Hunt 2",
"description": "Online 3D first person shooter.",
"version": "0.5"
}