forked from FOSS/BangleApps
Update apps.json
parent
906d26e834
commit
5e4cd77313
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue