BangleApps/apps/presentor/metadata.json

19 lines
492 B
JSON
Raw Normal View History

{
"id": "presentor",
"name": "Presentor",
2022-01-19 16:16:42 +00:00
"version": "0.08",
"description": "Use your Bangle to present!",
"icon": "app.png",
"type": "app",
"tags": "tool,bluetooth",
"interface": "interface.html",
"readme":"README.md",
"supports": ["BANGLEJS", "BANGLEJS2"],
"allow_emulator": true,
"storage": [
{"name":"presentor.app.js","url":"app.js"},
{"name":"presentor.img","url":"app-icon.js","evaluate":true},
{"name":"presentor.json","url":"settings.json"}
]
}