2022-02-16 18:57:22 +00:00
|
|
|
{
|
|
|
|
"id": "info",
|
|
|
|
"name": "Info",
|
2022-06-28 07:53:59 +00:00
|
|
|
"version": "0.03",
|
2022-02-16 18:57:22 +00:00
|
|
|
"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"},
|
2022-06-28 07:53:59 +00:00
|
|
|
{"url":"screenshot_3.png"},
|
|
|
|
{"url":"screenshot_4.png"}],
|
2022-02-16 18:57:22 +00:00
|
|
|
"storage": [
|
|
|
|
{"name":"info.app.js","url":"info.app.js"},
|
|
|
|
{"name":"info.img","url":"info.icon.js","evaluate":true}
|
|
|
|
]
|
|
|
|
}
|