BangleApps/apps/supaclk/metadata.json

17 lines
617 B
JSON
Raw Normal View History

2024-05-30 13:13:42 +00:00
{ "id": "supaclk",
"name": "SUPACLOCK Pro ULTRA",
2024-08-17 11:01:32 +00:00
"version": "0.02",
2024-05-30 13:13:42 +00:00
"description": "SUPACLOCK Pro ULTRA, with four ClockInfo areas at the bottom. Tap them and swipe up/down and left/right to toggle between different information.",
"icon": "app.png",
"screenshots": [{"url":"screenshot.png"},{"url":"screenshot2.png"}],
"type": "clock",
"tags": "clock,clkinfo,clockinfo",
"supports" : ["BANGLEJS2"],
"readme": "README.md",
"dependencies" : { "clock_info":"module" },
"storage": [
{"name":"supaclk.app.js","url":"app.js"},
{"name":"supaclk.img","url":"app-icon.js","evaluate":true}
]
}