From 9ff784a6d15cd1d9283b8bb36d4b654f1d1902e9 Mon Sep 17 00:00:00 2001 From: frigis1 <63980066+frigis1@users.noreply.github.com> Date: Sun, 3 Apr 2022 22:47:16 -0700 Subject: [PATCH] Create metadata.json --- apps/noteify/metadata.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 apps/noteify/metadata.json 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"} + ] +}