diff --git a/apps/noteify/metadata.json b/apps/noteify/metadata.json new file mode 100644 index 000000000..fade97a17 --- /dev/null +++ b/apps/noteify/metadata.json @@ -0,0 +1,21 @@ +{ + "id": "noteify", + "name": "Noteify", + "version": "0.01", + "description": "Write notes using an onscreen keyboard and use them as custom messages for alarms or timers.", + "icon": "app.png", + "allow_emulator": true, + "tags": "tool,alarm", + "supports": ["BANGLEJS2"], + "storage": [ + {"name":"noteify.app.js","url":"app.js"}, + {"name":"noteify.img","url":"app-icon.js","evaluate":true}, + ], + "data": [{"name":"noteify.json"}], + "screenshots": [ + {"url": "menu.png"}, + {"url": "keypad.png"}, + {"url": "note.png"}, + {"url": "timer-alert.png"} + ] +}