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