BangleApps/apps/widtemp/metadata.json

18 lines
494 B
JSON
Raw Normal View History

{
"id": "widtemp",
"name": "Temperature widget",
2023-05-08 09:21:00 +00:00
"version": "0.02",
"description": "A temperature widget, showing the current internal temperature",
"readme": "README.md",
"icon": "widtemp.png",
"screenshots": [{"url":"screenshot.jpg"}],
"type": "widget",
"tags": "widget,health",
"supports": ["BANGLEJS","BANGLEJS2"],
"dependencies" : {},
2023-05-08 09:21:00 +00:00
"allow_emulator":false,
"storage": [
{"name":"widtemp.wid.js","url":"widtemp.wid.js"}
]
}