Update metadata.json

pull/1942/head
pidajo 2022-06-10 16:40:33 +02:00 committed by GitHub
parent a51016d5bc
commit 894df7889e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 1 deletions

View File

@ -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}
]
}