This is a mobile multiplayer online action game.
You start the game as a tiny bacteria (Blob) in a petri dish. You must try to…
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.201",
"version_name": "gp9.1.1",
"offline_enabled": true,
"app": {
"background": {
"page": "app_main.html"
}
},
"icons": {
"16": "icon.png",
"128": "icon.png"
},
"permissions": [
"gcm",
{
"fileSystem": [
"write"
]
},
"unlimitedStorage",
"notifications",
"clipboardRead",
{
"socket": [
"tcp-connect",
"tcp-listen",
"udp-bind",
"udp-send-to",
"resolve-host",
"resolve-proxy"
]
},
"accessibilityFeatures.read",
"https://clients2.google.com/",
"clipboardWrite",
"alarms",
"storage",
"overrideEscFullscreen",
"fullscreen",
"geolocation"
],
"requirements": {
"3D": {
"features": [
"webgl"
]
}
},
"kiosk_enabled": true,
"import": [
{
"id": "mfaihdlpglflfgpfjcifdjdjcckigekc"
}
],
"file_handlers": {},
"arc_metadata": {
"apkList": [
"gp_9_1_1.apk"
],
"enableExternalDirectory": false,
"formFactor": "tablet",
"name": "Blob",
"orientation": "landscape",
"packageName": "com.jelly.blob",
"resize": "reconfigure"
}
}