The adventure is starting! Meet and play with Indiara,a girl who loves to collect ancient artifacts
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": "Indiara and the Skull Gold",
"description": "The adventure is starting! Meet and play with Indiara,a girl who loves to collect ancient artifacts",
"version": "1.0",
"manifest_version": 2,
"app": {
"urls": [
"http://www.livemans.com/SkullGold/indiara-and-the-skull-gold/game/640x480px/index.html"
],
"launch": {
"web_url": "http://www.livemans.com/SkullGold/indiara-and-the-skull-gold/game/640x480px/index.html"
}
},
"icons": {
"128": "icon.png"
},
"permissions": [
"unlimitedStorage",
"notifications"
]
}