BangleApps/apps/noteify/metadata.json

23 lines
645 B
JSON
Raw Permalink Normal View History

2022-04-04 05:47:16 +00:00
{
"id": "noteify",
"name": "Noteify",
2022-12-06 13:33:15 +00:00
"version": "0.03",
2022-04-04 05:47:16 +00:00
"description": "Write notes using an onscreen keyboard and use them as custom messages for alarms or timers.",
"icon": "app.png",
"tags": "tool,alarm",
2022-07-22 13:14:03 +00:00
"supports": ["BANGLEJS", "BANGLEJS2"],
2022-04-08 23:33:11 +00:00
"readme": "README.md",
2022-04-04 05:47:16 +00:00
"storage": [
{"name":"noteify.app.js","url":"app.js"},
2022-12-06 13:33:15 +00:00
{"name":"noteify.img","url":"app-icon.js","evaluate":true}
2022-04-07 22:45:47 +00:00
],
2022-04-08 05:21:52 +00:00
"data": [{"name":"noteify.json"}],
2022-04-08 23:41:20 +00:00
"dependencies": {"scheduler":"type","textinput":"type"},
"interface": "interface.html",
2022-04-04 05:47:16 +00:00
"screenshots": [
{"url": "menu.png"},
{"url": "note.png"},
{"url": "timer-alert.png"}
]
}