1
0
Fork 0

Update apps.json

master
Andreas Rozek 2022-01-13 06:41:37 +01:00
parent 906d26e834
commit 5e4cd77313
1 changed files with 2 additions and 2 deletions

View File

@ -32,13 +32,13 @@
{ "id": "ac_ac", { "id": "ac_ac",
"name": "A Configurable Analog Clock", "name": "A Configurable Analog Clock",
"shortName":"Configurable Clock", "shortName":"Configurable Clock",
"version":"0.01", "version":"0.02",
"description": "AC-AC, a highly customizable analog clock", "description": "AC-AC, a highly customizable analog clock",
"icon": "app-icon.png", "icon": "app-icon.png",
"type": "clock", "type": "clock",
"tags": "clock", "tags": "clock",
"supports" : ["BANGLEJS2"], "supports" : ["BANGLEJS2"],
"allow_emulator": true, "allow_emulator": false,
"screenshots": [{"url":"app-screenshot.png"}], "screenshots": [{"url":"app-screenshot.png"}],
"readme": "README.md", "readme": "README.md",
"custom": "Customizer.html", "custom": "Customizer.html",