2022-01-06 11:47:26 +00:00
|
|
|
{
|
|
|
|
"id": "presentor",
|
|
|
|
"name": "Presentor",
|
2024-03-04 21:32:06 +00:00
|
|
|
"version": "0.15",
|
2022-01-06 11:47:26 +00:00
|
|
|
"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"},
|
2022-12-09 09:52:34 +00:00
|
|
|
{"name":"presentor.img","url":"app-icon.js","evaluate":true}
|
|
|
|
], "data": [
|
2022-01-06 11:47:26 +00:00
|
|
|
{"name":"presentor.json","url":"settings.json"}
|
|
|
|
]
|
|
|
|
}
|