diff --git a/apps/wristlight/metadata.json b/apps/wristlight/metadata.json index 8b1378917..3a2bff048 100644 --- a/apps/wristlight/metadata.json +++ b/apps/wristlight/metadata.json @@ -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} + ] +}