Skip to content

Commit 8f16f02

Browse files
authored
Update metadata.json
1 parent 86e34ef commit 8f16f02

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

apps/bmoface/metadata.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"id": "bmoface",
33
"name": "BMO Face",
44
"shortName": "BMO",
5-
"version": "0.11",
5+
"version": "0.1.1",
66
"description": "A watch face inspired by BMO that shows time, temp, steps and HR. Sleeps to -_- when locked.",
77
"icon": "app.png",
8-
"tags": "clock",
8+
"tags": ["clock"],
99
"type": "clock",
1010
"supports": ["BANGLEJS", "BANGLEJS2"],
1111
"allow_emulator": true,
@@ -19,6 +19,8 @@
1919
"storage": [
2020
{ "name": "bmoface.app.js", "url": "app.js" },
2121
{ "name": "bmoface.settings.js", "url": "settings.js" }
22+
],
23+
"data": [
24+
{ "name": "bmoface.settings.json" }
2225
]
23-
2426
}

0 commit comments

Comments
 (0)