2022-05-16 17:50:25 +00:00
|
|
|
{ "id": "f9lander",
|
2022-05-16 18:08:26 +00:00
|
|
|
"name": "Falcon9 Lander",
|
2022-05-16 17:50:25 +00:00
|
|
|
"shortName":"F9lander",
|
|
|
|
"version":"0.01",
|
|
|
|
"description": "Land a rocket booster",
|
|
|
|
"icon": "f9lander.png",
|
2022-05-16 18:49:02 +00:00
|
|
|
"screenshots" : [ { "url":"f9lander_screenshot1.png" }, { "url":"f9lander_screenshot2.png" }, { "url":"f9lander_screenshot3.png" }],
|
2022-05-16 17:50:25 +00:00
|
|
|
"readme": "README.md",
|
|
|
|
"tags": "game",
|
|
|
|
"supports" : ["BANGLEJS", "BANGLEJS2"],
|
|
|
|
"storage": [
|
|
|
|
{"name":"f9lander.app.js","url":"app.js"},
|
|
|
|
{"name":"f9lander.img","url":"app-icon.js","evaluate":true}
|
|
|
|
]
|
|
|
|
}
|