2023-03-28 16:41:12 +00:00
|
|
|
{
|
|
|
|
"id": "encourageclk",
|
|
|
|
"name": "Encouragement & Positivity Clock",
|
|
|
|
"shortName":"Encouragement Clock",
|
2024-03-04 21:32:06 +00:00
|
|
|
"version": "0.04",
|
2023-03-28 16:41:12 +00:00
|
|
|
"description": "Tap on the watch for a note of encouragement",
|
|
|
|
"icon": "app.png",
|
|
|
|
"type": "clock",
|
|
|
|
"tags": "clock",
|
|
|
|
"supports": ["BANGLEJS2"],
|
|
|
|
"allow_emulator": true,
|
|
|
|
"readme":"README.md",
|
|
|
|
"storage": [
|
|
|
|
{"name":"encourageclk.app.js","url":"app.js"},
|
|
|
|
{"name":"encourageclk.img","url":"app-icon.js","evaluate":true}
|
|
|
|
]
|
|
|
|
}
|