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