BangleApps/apps/wristlight/metadata.json

17 lines
537 B
JSON
Raw Normal View History

2022-06-10 14:40:33 +00:00
{ "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",
2022-06-10 14:40:56 +00:00
"screenshots" : [ { "url":"screenshot.png" }, { "url":"screenshot_red.png" } ],
2022-06-10 14:40:33 +00:00
"storage": [
{"name":"wristlight.app.js","url":"app.js"},
{"name":"wristlight.img","url":"wristlight-icon.js","evaluate":true}
]
}