mirror of https://github.com/espruino/BangleApps
Update metadata.json
parent
a51016d5bc
commit
894df7889e
|
@ -1 +1,16 @@
|
|||
|
||||
{ "id": "wristlight",
|
||||
"name": "Wrist Light",
|
||||
"shortName":"Wrist Light",
|
||||
"icon": "wristlight48.png",
|
||||
"version":"0.01",
|
||||
"description": "A flash light with different colors on your wrist",
|
||||
"tags": "flash,light",
|
||||
"allow_emulator":true,
|
||||
"supports": ["BANGLEJS", "BANGLEJS2"],
|
||||
"readme":"README.md",
|
||||
"screenshots" : [ { "url":"screenshot.png" }, { "url":"screenshot_red.png" }} ],
|
||||
"storage": [
|
||||
{"name":"wristlight.app.js","url":"app.js"},
|
||||
{"name":"wristlight.img","url":"wristlight-icon.js","evaluate":true}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue