mirror of https://github.com/espruino/BangleApps
23 lines
789 B
JSON
23 lines
789 B
JSON
{
|
|
"id": "tinyheads",
|
|
"name": "Tinyheads Clock",
|
|
"shortName":"Tinyheads",
|
|
"icon": "app.png",
|
|
"screenshots" : [ { "url":"tinyhead1.png" }, {"url":"tinyhead2.png"}, {"url":"tinyhead3.png"}, {"url":"tinyhead4.png"}, {"url":"editing.png"} ],
|
|
"version":"0.02",
|
|
"description": "Choose from a variety of hairstyles, eyes, noses, and mouths to customize your pixel art style Tinyhead.",
|
|
"readme":"README.md",
|
|
"type": "clock",
|
|
"tags": "clock",
|
|
"supports": ["BANGLEJS2"],
|
|
"storage": [
|
|
{"name":"tinyheads.app.js","url":"app.js"},
|
|
{"name":"tinyheads.settings.js","url":"settings.js"},
|
|
{"name":"tinyheads.lib.js","url":"lib.js"},
|
|
{"name":"tinyheads.img","url":"app-icon.js","evaluate":true}
|
|
],
|
|
"data": [
|
|
{"name":"tinyheads.json"}
|
|
]
|
|
}
|