forked from FOSS/BangleApps
23 lines
645 B
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"}
|
|
]
|
|
}
|