mirror of https://github.com/espruino/BangleApps
14 lines
445 B
JSON
14 lines
445 B
JSON
{ "id": "diceroll",
|
|
"name": "Dice-n-Roll",
|
|
"shortName":"Dice-n-Roll",
|
|
"icon": "app.png",
|
|
"version": "0.02",
|
|
"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}
|
|
]
|
|
} |