mirror of https://github.com/espruino/BangleApps
16 lines
374 B
JSON
16 lines
374 B
JSON
{
|
|
"id": "mandel",
|
|
"name": "Mandelbrot",
|
|
"shortName": "Mandel",
|
|
"version": "0.01",
|
|
"description": "Draw a zoomable Mandelbrot set",
|
|
"icon": "mandel.png",
|
|
"tags": "game",
|
|
"supports": ["BANGLEJS"],
|
|
"readme": "README.md",
|
|
"storage": [
|
|
{"name":"mandel.app.js","url":"mandel.min.js"},
|
|
{"name":"mandel.img","url":"mandel-icon.js","evaluate":true}
|
|
]
|
|
}
|