From 5347b4c5e5a5cea29886af3e7a4041627f5ec2bb Mon Sep 17 00:00:00 2001 From: nomusictuesdays <104293511+nomusictuesdays@users.noreply.github.com> Date: Mon, 25 Apr 2022 18:17:23 -0700 Subject: [PATCH] Create metadata.json --- apps/bradbury/metadata.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 apps/bradbury/metadata.json diff --git a/apps/bradbury/metadata.json b/apps/bradbury/metadata.json new file mode 100644 index 000000000..35b306219 --- /dev/null +++ b/apps/bradbury/metadata.json @@ -0,0 +1,12 @@ +{ "id": "bradbury", + "name": "Bradbury Digital Watch", + "shortName":"Bradbury Watch", + "icon": "app.png", + "version":"0.01", + "description": "A watch face based on the classic Seiko model worn by one of my favorite authors. I didn't follow the original lcd layout exactly, opting for larger font for more easily readable time, and adding date, battery level, and step count read from the device. For now the only mode excludes widgets to maintain aesthetics.", + "tags": "Seiko", "Ray", "Sci-Fi", "Digital", "Watch", "Clock", "Vintage", "80s", "Ghostbusters", + "storage": [ + {"name":"bradbury.app.js","url":"app.js"}, + {"name":"bradbury_icon.png","url":"app-icon.js","evaluate":true} + ] +}