BangleApps/apps/info/metadata.json

20 lines
509 B
JSON
Raw Normal View History

2022-02-16 18:57:22 +00:00
{
"id": "info",
"name": "Info",
"version": "0.01",
"description": "An application that displays information such as battery level, steps etc.",
"icon": "info.png",
"type": "app",
"tags": "tool",
2022-02-16 19:02:20 +00:00
"readme": "README.md",
2022-02-16 18:57:22 +00:00
"supports": ["BANGLEJS2"],
"screenshots": [
{"url":"screenshot_1.png"},
{"url":"screenshot_2.png"},
{"url":"screenshot_3.png"}],
"storage": [
{"name":"info.app.js","url":"info.app.js"},
{"name":"info.img","url":"info.icon.js","evaluate":true}
]
}