BangleApps/apps/thmswtch/metadata.json

16 lines
445 B
JSON
Raw Normal View History

2024-03-13 21:32:13 +00:00
{ "id": "thmswtch",
"name": "Theme Switcher",
"shortName":"Theme Switcher",
"version":"0.01",
"description": "change theme based on time or sunset/sunrise",
"icon": "app.png",
"tags": "tool",
"supports" : ["BANGLEJS2"],
"readme": "README.md",
"storage": [
{"name":"thmswtch.app.js","url":"app.js"},
{"name":"thmswtch.boot.js","url":"boot.js"},
{"name":"thmswtch.img","url":"app-icon.js","evaluate":true}
2024-03-16 13:52:29 +00:00
]
2024-03-13 21:32:13 +00:00
}