BangleApps/apps/diceroll/metadata.json

14 lines
445 B
JSON
Raw Normal View History

2022-05-14 08:05:42 +00:00
{ "id": "diceroll",
"name": "Dice-n-Roll",
"shortName":"Dice-n-Roll",
"icon": "app.png",
2024-03-04 21:32:06 +00:00
"version": "0.02",
2022-05-14 08:05:42 +00:00
"description": "A dice app with a few different dice.",
"screenshots": [{"url":"diceroll_screenshot.png"}],
"tags": "game",
"supports": ["BANGLEJS2"],
"storage": [
{"name":"diceroll.app.js","url":"app.js"},
{"name":"diceroll.img","url":"app-icon.js","evaluate":true}
]
}