BangleApps/apps/clockswitch/metadata.json

15 lines
397 B
JSON
Raw Permalink Normal View History

2023-09-22 19:22:03 +00:00
{ "id": "clockswitch",
"name": "Clock Switcher",
"shortName":"Switch Clock",
"version":"0.01",
"description": "Switch to the next installed clock",
"icon": "icon.png",
"tags": "tool",
"supports": ["BANGLEJS","BANGLEJS2"],
"readme": "README.md",
"storage": [
{"name":"clockswitch.app.js","url":"app.js"},
{"name":"clockswitch.img","url":"icon.js","evaluate":true}
]
}