2024-02-05 14:00:59 +00:00
|
|
|
{ "id": "7chname",
|
|
|
|
"name": "My clock human readable name",
|
|
|
|
"shortName":"Short Name",
|
|
|
|
"version":"0.01",
|
|
|
|
"description": "A detailed description of my clock",
|
|
|
|
"icon": "icon.png",
|
2024-05-21 10:28:01 +00:00
|
|
|
"screenshots": [{"url":"screenshot.png"}],
|
2024-02-05 14:00:59 +00:00
|
|
|
"type": "clock",
|
|
|
|
"tags": "clock",
|
|
|
|
"supports" : ["BANGLEJS2"],
|
|
|
|
"readme": "README.md",
|
|
|
|
"storage": [
|
|
|
|
{"name":"7chname.app.js","url":"app.js"},
|
|
|
|
{"name":"7chname.img","url":"app-icon.js","evaluate":true}
|
|
|
|
]
|
|
|
|
}
|