BangleApps/apps/8ball/metadata.json

20 lines
474 B
JSON
Raw Normal View History

2024-07-06 20:46:19 +00:00
{ "id": "8ball",
"name": "Magic 8 ball",
"shortName":"8ball",
"icon": "8ball.png",
"version":"0.01",
2024-07-09 21:38:35 +00:00
"screenshots": [
{"url":"screenshot.png"},
{"url":"screenshot-1.png"},
{"url":"screenshot-2.png"}
],
2024-07-09 21:41:13 +00:00
"allow_emulator": true,
2024-07-12 13:56:58 +00:00
"description": "A very sarcastic magic 8ball",
2024-07-09 21:26:05 +00:00
"tags": "game",
2024-07-06 20:46:19 +00:00
"supports": ["BANGLEJS2"],
"storage": [
{"name":"8ball.app.js","url":"app.js"},
{"name":"8ball.img","url":"app-icon.js","evaluate":true}
2024-07-10 13:06:21 +00:00
]
2024-07-06 20:46:19 +00:00
}