From 0a73ca53dae1cd86a80d34275c1da22d9d97bc37 Mon Sep 17 00:00:00 2001 From: nomusictuesdays <104293511+nomusictuesdays@users.noreply.github.com> Date: Mon, 25 Apr 2022 19:47:07 -0700 Subject: [PATCH] Update metadata.json --- apps/bradbury/metadata.json | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/apps/bradbury/metadata.json b/apps/bradbury/metadata.json index 862c5c575..375fe95f8 100644 --- a/apps/bradbury/metadata.json +++ b/apps/bradbury/metadata.json @@ -1,13 +1,16 @@ { "id": "bradbury", - "name": "Bradbury Watch App", - "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": "", - "supports": ["BANGLEJS2"], - "storage": [ - {"name":"bradbury.app.js","url":"app.js"}, - {"name":"bradbury.img","url":"app-icon.js","evaluate":true} - ] + "name": "Bradbury Watch", + "shortName":"Bradbury", + "icon": "app.png", + "screenshots": [{"url":"screenshot.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", "Voice", "Note ", "M516", "4009", "Ray", "Sci-Fi", "Digital", "Watch", "Clock", "Vintage", "80s", + "type": "clock", + "supports": ["BANGLEJS2"], + "allow_emulator": true, + "storage": [ + {"name":"bradbury.app.js","url":"app.js"}, + {"name":"bradbury.img","url":"app-icon.js","evaluate":true} + ] }