BangleApps/apps/fuzzyw/metadata.json

19 lines
531 B
JSON
Raw Normal View History

2022-03-31 09:17:28 +00:00
{
"id":"fuzzyw",
"name":"Fuzzy Text Clock",
"shortName": "Fuzzy Text",
"version": "0.02",
2022-04-04 13:00:45 +00:00
"description": "An imprecise clock for when you're not in a rush",
2022-03-31 09:17:28 +00:00
"readme": "README.md",
"icon":"fuzzyw.png",
2022-03-31 09:25:42 +00:00
"screenshots": [{"url":"fuzzyw-light.png"},{"url":"fuzzyw-dark.png"}],
2022-03-31 09:17:28 +00:00
"type": "clock",
"tags": "clock",
"supports": ["BANGLEJS", "BANGLEJS2"],
"allow_emulator": true,
"storage": [
2022-04-04 12:02:41 +00:00
{"name":"fuzzyw.app.js","url":"fuzzyw.app.js"},
{"name":"fuzzyw.img","url":"fuzzyw.icon.js","evaluate":true}
2022-03-31 09:17:28 +00:00
]
}