Update apps.json
parent
269e3e4831
commit
3b469d3054
60
apps.json
60
apps.json
|
|
@ -5007,34 +5007,36 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{ "id": "circlesclock",
|
{ "id": "circlesclock",
|
||||||
"name": "Circles clock",
|
"name": "Circles clock",
|
||||||
"shortName":"Circles clock",
|
"shortName":"Circles clock",
|
||||||
"version":"0.01",
|
"version":"0.01",
|
||||||
"description": "A clock with circles for different data at the bottom in a probably familiar style",
|
"description": "A clock with circles for different data at the bottom in a probably familiar style",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"dependencies": {"widpedom":"app"},
|
"dependencies": {"widpedom":"app"},
|
||||||
"type": "clock",
|
"type": "clock",
|
||||||
"tags": "clock",
|
"tags": "clock",
|
||||||
"supports" : ["BANGLEJS2"],
|
"supports" : ["BANGLEJS2"],
|
||||||
"allow_emulator":true,
|
"allow_emulator":true,
|
||||||
"readme": "README.md",
|
"readme": "README.md",
|
||||||
"storage": [
|
"storage": [
|
||||||
{"name":"circlesclock.app.js","url":"app.js"},
|
{"name":"circlesclock.app.js","url":"app.js"},
|
||||||
{"name":"circlesclock.img","url":"app-icon.js","evaluate":true},
|
{"name":"circlesclock.img","url":"app-icon.js","evaluate":true},
|
||||||
{"name":"circlesclock.settings.js","url":"settings.js"}
|
{"name":"circlesclock.settings.js","url":"settings.js"}
|
||||||
],
|
],
|
||||||
"data": [
|
"data": [
|
||||||
{"name":"circlesclock.json"}
|
{"name":"circlesclock.json"}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{ "id": "contourclock",
|
{ "id": "contourclock",
|
||||||
"name": "Contour Clock",
|
"name": "Contour Clock",
|
||||||
"shortName" : "Contour Clock",
|
"shortName" : "Contour Clock",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"description": "A Minimalist clockface with large Digits. Looks best with the dark theme",
|
"description": "A Minimalist clockface with large Digits. Looks best with the dark theme",
|
||||||
"tags": "clock",
|
"screenshots" : [ { url:"screenshot.png" } ]
|
||||||
"storage": [
|
"tags": "clock",
|
||||||
{"name":"contourclock.app.js","url":"app.js"},
|
"storage": [
|
||||||
{"name":"contourclock.img","url":"app-icon.js","evaluate":true}
|
{"name":"contourclock.app.js","url":"app.js"},
|
||||||
]}
|
{"name":"contourclock.img","url":"app-icon.js","evaluate":true}
|
||||||
|
]
|
||||||
|
}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue