BangleApps/apps/gsat/metadata.json

17 lines
442 B
JSON

{
"id": "gsat",
"name": "Geek Squad Appointment Timer",
"shortName": "gsat",
"version": "0.01",
"description": "Starts a 20 minute timer for appointments at Geek Squad.",
"icon": "app.png",
"tags": "tool",
"readme": "README.md",
"supports": ["BANGLEJS"],
"screenshots": [{"url":"screenshot.png"}],
"storage": [
{"name":"gsat.app.js","url":"app.js"},
{"name":"gsat.img","url":"app-icon.js","evaluate":true}
]
}