forked from FOSS/BangleApps
20 lines
594 B
JSON
20 lines
594 B
JSON
|
{
|
||
|
"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}
|
||
|
]
|
||
|
}
|