Create metadata.json

pull/1765/head
nomusictuesdays 2022-04-25 18:17:23 -07:00 committed by GitHub
parent e3ca5d217a
commit 5347b4c5e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

View File

@ -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}
]
}