From 6ab7263272e310c891a84e1ffd02d78760cf4384 Mon Sep 17 00:00:00 2001 From: pidajo <99899574+pidajo@users.noreply.github.com> Date: Thu, 26 May 2022 18:48:07 +0200 Subject: [PATCH] Create metadata.info --- apps/widday/metadata.info | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 apps/widday/metadata.info diff --git a/apps/widday/metadata.info b/apps/widday/metadata.info new file mode 100644 index 000000000..1569528b0 --- /dev/null +++ b/apps/widday/metadata.info @@ -0,0 +1,12 @@ +{ "id": "widday", + "name": "Day Widget", + "shortName":"My Timer", + "icon": "widday.png", + "version":"0.01", + "description": "Just the day of the current date as widget", + "tags": "widget,say,date", + "storage": [ + {"name":"widday.wid.js","url":"app.js"}, + {"name":"widday.img","url":"app-icon.js","evaluate":true} + ] +}