forked from FOSS/BangleApps
18 lines
581 B
JSON
18 lines
581 B
JSON
{ "id": "waternet",
|
|
"name": "Waternet",
|
|
"shortName":"Waternet",
|
|
"version":"0.01",
|
|
"description": "Puzzle game where water needs to flow through pipes by sliding or rotating them",
|
|
"icon": "app.png",
|
|
"screenshots": [{"url":"screenshot2.png"},{"url":"screenshot1.png"},{"url":"screenshot3.png"}],
|
|
"tags": "game",
|
|
"supports" : ["BANGLEJS2"],
|
|
"readme": "README.md",
|
|
"allow_emulator":true,
|
|
"data": [{"name":"waternet.data.dat"}],
|
|
"storage": [
|
|
{"name":"waternet.app.js","url":"app.js"},
|
|
{"name":"waternet.img","url":"app-icon.js","evaluate":true}
|
|
]
|
|
}
|