BangleApps/apps/fallout_clock/metadata.json

19 lines
495 B
JSON
Raw Normal View History

2024-02-23 17:27:09 +00:00
{
"id":"fallout_clock",
"name":"Fallout Clock",
"version":"0.21",
2024-02-23 17:27:09 +00:00
"description":"A simple clock for the Fallout fan",
"icon":"icon.png",
"type":"clock",
2024-02-27 05:31:21 +00:00
"tags": "clock,fallout,green,retro",
2024-02-23 17:27:09 +00:00
"supports": ["BANGLEJS2"],
"readme": "README.md",
"storage": [
{"name":"fallout_clock.app.js", "url":"clock.js"},
{"name":"fallout_clock.img", "url":"app-icon.js", "evaluate":true}
],
"screenshots": [
2024-02-27 05:31:21 +00:00
{"url":"./screenshot.png", "name":"Fallout Clock Screenshot"}
2024-02-23 17:27:09 +00:00
]
}