BangleApps/apps/tvremote/metadata.json

16 lines
478 B
JSON
Raw Normal View History

2024-08-26 08:26:39 +00:00
{ "id": "tvremote",
"name": "TV Remote",
"shortName":"TV Remote",
"icon": "app.png",
"version":"0.01",
"description": "remote for controlling your tv, using a webserver and the bangle Gadget Bridge (https://www.espruino.com/Gadgetbridge).",
"icon": "app.png",
"tags": "remote",
"supports": ["BANGLEJS2"],
"readme": "README.md",
"storage": [
{"name":"tvremote.app.js","url":"app.js"},
{"name":"tvremote.img","url":"app-icon.js","evaluate":true}
]
}