mirror of https://github.com/espruino/BangleApps
Made "Supports" an array
parent
c3aeb22d49
commit
300bde3034
|
@ -7,7 +7,7 @@
|
|||
"icon": "app.png",
|
||||
"type": "clock",
|
||||
"tags": "clock",
|
||||
"supports": "BANGLEJS2",
|
||||
"supports": ["BANGLEJS2"],
|
||||
"allow_emulator": false,
|
||||
"readme":"README.md",
|
||||
"storage": [
|
||||
|
|
Loading…
Reference in New Issue