Update apps.json

pull/1282/head
Andreas Rozek 2022-01-11 16:30:27 +01:00
parent 0666181c8d
commit 16b50228bd
1 changed files with 18 additions and 0 deletions

View File

@ -5555,5 +5555,23 @@
{"name":"configurable_clock.app.js","url":"app.js"}, {"name":"configurable_clock.app.js","url":"app.js"},
{"name":"configurable_clock.img","url":"app-icon.js","evaluate":true} {"name":"configurable_clock.img","url":"app-icon.js","evaluate":true}
] ]
},
{ "id": "ac_ac",
"name": "A Configurable Analog Clock",
"shortName":"Configurable Clock",
"version":"0.02",
"description": "a highly customizable analog clock",
"icon": "app-icon.png",
"type": "clock",
"tags": "clock",
"supports" : ["BANGLEJS2"],
"allow_emulator": true,
"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}
]
} }
] ]