Create metadata.json

pull/2666/head
eleanor 2023-03-28 11:41:12 -05:00 committed by GitHub
parent 86cbc0b81e
commit c468e64283
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
{
"id": "encourageclk",
"name": "Encouragement & Positivity Clock",
"shortName":"Encouragement Clock",
"version": "0.01",
"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}
]
}