From 3cce597f4eb5cf7c13aa8112be65d9374970a7e3 Mon Sep 17 00:00:00 2001 From: hanakotaro <14503680+hanakotaro@users.noreply.github.com> Date: Thu, 9 Jan 2025 17:32:10 -0800 Subject: [PATCH] Create metadata.json --- apps/ttimer/metadata.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 apps/ttimer/metadata.json diff --git a/apps/ttimer/metadata.json b/apps/ttimer/metadata.json new file mode 100644 index 000000000..fe3ccdab1 --- /dev/null +++ b/apps/ttimer/metadata.json @@ -0,0 +1,14 @@ +{ + "id": "ttimer", + "name": "2hours Timer App", + "shortName": "ttimer", + "icon": "app.png", + "version": "0.01", + "description": "This is a description of 2hours timer app", + "tags": "", + "supports": ["BANGLEJS2"], + "storage": [ + {"name": "timer.app.js", "url": "app.js"}, + {"name": "timer.img", "url": "app-icon.js", "evaluate": true} + ] +}