forked from FOSS/BangleApps
17 lines
524 B
JSON
17 lines
524 B
JSON
{
|
|
"id": "UI4swatch",
|
|
"name": "UI 4 swatch",
|
|
"shortName": "UI 4 swatch",
|
|
"version": "0.02",
|
|
"description": "A UI/UX for espruino smartwatches, displays dinamically calc. x,y coordinates.",
|
|
"icon": "app.png",
|
|
"tags": "Color,input,buttons,touch,UI",
|
|
"supports": ["BANGLEJS"],
|
|
"readme": "README.md",
|
|
"screenshots": [{"url":"UI4swatch_icon.png"},{"url":"UI4swatch_s1.png"}],
|
|
"storage": [
|
|
{"name":"UI4swatch.app.js","url":"app.js"},
|
|
{"name":"UI4swatch.img","url":"app-icon.js","evaluate":true}
|
|
]
|
|
}
|