1
0
Fork 0
BangleApps/apps/fuzzyw/metadata.json

20 lines
594 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.01",
"description": "An inaccurate clock for when you're not in a rush",
"readme": "README.md",
"icon":"fuzzyw.png",
"screenshots": [{"url":"fuzzyw_light.png"},{"url":"fuzzyw_dark.png"}],
"type": "clock",
"tags": "clock",
"supports": ["BANGLEJS", "BANGLEJS2"],
"allow_emulator": true,
"storage": [
{"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}
]
}