2022-01-06 11:47:26 +00:00
|
|
|
{
|
|
|
|
"id": "astroid",
|
|
|
|
"name": "Asteroids!",
|
2023-08-20 15:15:34 +00:00
|
|
|
"version": "0.06",
|
2022-01-06 11:47:26 +00:00
|
|
|
"description": "Retro asteroids game",
|
|
|
|
"icon": "asteroids.png",
|
2023-08-20 15:15:34 +00:00
|
|
|
"screenshots": [{"url":"screenshot.png"}],
|
2022-01-06 11:47:26 +00:00
|
|
|
"tags": "game",
|
|
|
|
"supports": ["BANGLEJS","BANGLEJS2"],
|
|
|
|
"allow_emulator": true,
|
|
|
|
"storage": [
|
|
|
|
{"name":"astroid.app.js","url":"asteroids.js"},
|
|
|
|
{"name":"astroid.img","url":"asteroids-icon.js","evaluate":true}
|
|
|
|
]
|
|
|
|
}
|