2022-01-13 20:41:39 +00:00
|
|
|
{ "id": "ac_ac",
|
|
|
|
"name": "A Configurable Analog Clock",
|
|
|
|
"shortName":"Configurable Clock",
|
2022-02-11 08:26:38 +00:00
|
|
|
"version":"1.00",
|
2022-01-13 20:41:39 +00:00
|
|
|
"description": "AC-AC, a highly customizable analog clock with several clock faces, hands and complications to choose from",
|
|
|
|
"icon": "app-icon.png",
|
|
|
|
"type": "clock",
|
|
|
|
"tags": "clock",
|
|
|
|
"supports" : ["BANGLEJS2"],
|
|
|
|
"allow_emulator": false,
|
|
|
|
"screenshots": [{"url":"app-screenshot.png"}],
|
|
|
|
"readme": "README.md",
|
|
|
|
"custom": "Customizer.html",
|
|
|
|
"storage": [
|
|
|
|
{"name":"ac_ac.app.js","url":"app.js"},
|
|
|
|
{"name":"ac_ac.img","url":"app-icon.js","evaluate":true}
|
|
|
|
]
|
|
|
|
}
|