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

23 lines
645 B
JSON

{
"id": "noteify",
"name": "Noteify",
"version": "0.03",
"description": "Write notes using an onscreen keyboard and use them as custom messages for alarms or timers.",
"icon": "app.png",
"tags": "tool,alarm",
"supports": ["BANGLEJS", "BANGLEJS2"],
"readme": "README.md",
"storage": [
{"name":"noteify.app.js","url":"app.js"},
{"name":"noteify.img","url":"app-icon.js","evaluate":true}
],
"data": [{"name":"noteify.json"}],
"dependencies": {"scheduler":"type","textinput":"type"},
"interface": "interface.html",
"screenshots": [
{"url": "menu.png"},
{"url": "note.png"},
{"url": "timer-alert.png"}
]
}