Free android puzzle for kids. Game included jumping, sports, bouncy castles. New puzzle with update.
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": "__MSG_extName__",
"default_locale": "en",
"manifest_version": 2,
"version": "0.1",
"version_name": "1.0",
"offline_enabled": true,
"app": {
"background": {
"page": "app_main.html"
}
},
"icons": {
"16": "icon.png",
"128": "icon.png"
},
"permissions": [
"alarms",
{
"fileSystem": [
"write"
]
},
{
"socket": [
"tcp-connect",
"tcp-listen",
"udp-bind",
"udp-send-to",
"resolve-host"
]
},
"unlimitedStorage",
"notifications",
"storage",
"clipboardRead",
"accessibilityFeatures.read",
"https://clients2.google.com/",
"clipboardWrite"
],
"requirements": {
"3D": {
"features": [
"webgl"
]
}
},
"import": [
{
"id": "mfaihdlpglflfgpfjcifdjdjcckigekc"
}
],
"file_handlers": {},
"arc_metadata": {
"apkList": [
"Puzzle_hrady_ok-05-2015.apk"
],
"enableExternalDirectory": false,
"formFactor": "tablet",
"name": "Puzzle for kids, bouncy castles",
"orientation": "landscape",
"packageName": "cz.hrady"
}
}