1
0
Fork 0
BangleApps/apps/rest/metadata.json

16 lines
548 B
JSON
Raw Normal View History

2024-04-10 20:00:41 +00:00
{ "id": "rest",
"name": "Rest - Workout Timer App",
"shortName":"Rest",
"version": "0.02",
2024-04-10 20:00:41 +00:00
"description": "Rest timer and Set counter for workout, fitness and lifting things.",
"icon": "app.png",
"screenshots": [{"url": "screenshot1.png"}, {"url": "screenshot2.png"}, {"url": "screenshot3.png"}],
"tags": "workout,weight lifting,rest,fitness,timer",
"supports" : ["BANGLEJS2"],
"readme": "README.md",
"storage": [
{"name":"rest.app.js","url":"rest.app.js"},
{"name":"rest.img","url":"app-icon.js","evaluate":true}
]
}