BangleApps/apps/fuzzyw/metadata.json

23 lines
646 B
JSON
Raw Normal View History

2022-03-31 09:17:28 +00:00
{
"id":"fuzzyw",
"name":"Fuzzy Text Clock",
"shortName": "Fuzzy Text",
2023-01-30 19:46:17 +00:00
"version": "0.04",
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.settings.js","url":"fuzzyw.settings.js"},
{"name":"fuzzyw.img","url":"fuzzyw.icon.js","evaluate":true}
],
"data": [
{"name":"fuzzyw.settings.json"}
2022-03-31 09:17:28 +00:00
]
}