1
0
Fork 0
BangleApps/apps/ha/metadata.json

22 lines
518 B
JSON
Raw Normal View History

2022-06-20 08:25:57 +00:00
{
2022-06-20 11:36:49 +00:00
"id": "ha",
2022-06-20 08:25:57 +00:00
"name": "HomeAssistant",
"version": "0.01",
"description": "An application that displays information such as battery level, steps etc.",
2022-06-20 11:36:49 +00:00
"icon": "ha.png",
2022-06-20 08:25:57 +00:00
"type": "app",
"tags": "tool",
"readme": "README.md",
"supports": ["BANGLEJS2"],
2022-06-23 18:11:07 +00:00
"custom": "actions.html",
2022-06-20 08:25:57 +00:00
"screenshots": [
2022-06-23 18:06:53 +00:00
{"url":"screenshot.png"}],
"data": [
{"name":"ha.actions.txt" }
],
2022-06-20 08:25:57 +00:00
"storage": [
2022-06-20 11:36:49 +00:00
{"name":"ha.app.js","url":"ha.app.js"},
{"name":"ha.img","url":"ha.icon.js","evaluate":true}
2022-06-20 08:25:57 +00:00
]
}