-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappinfo.json
84 lines (84 loc) · 1.46 KB
/
appinfo.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"uuid": "7732aaf0-82f8-4757-b86e-28784359191e",
"shortName": "Silly Watches",
"longName": "Ministry Of Silly Watches",
"companyName": "Olivier Mehani",
"versionCode": 1,
"versionLabel": "1.0",
"watchapp": {
"watchface": true
},
"appKeys": {
"dummy": 0
},
"resources": {
"media": [
{
"menuIcon": true,
"name": "ICON",
"file": "images/sillywalks/icon.png",
"type": "png"
},
{
"name": "FACE_0",
"file": "images/sillywalks/00.png",
"type": "png"
},
{
"name": "FACE_1",
"file": "images/sillywalks/01.png",
"type": "png"
},
{
"name": "FACE_2",
"file": "images/sillywalks/02.png",
"type": "png"
},
{
"name": "FACE_3",
"file": "images/sillywalks/03.png",
"type": "png"
},
{
"name": "FACE_4",
"file": "images/sillywalks/04.png",
"type": "png"
},
{
"name": "FACE_5",
"file": "images/sillywalks/05.png",
"type": "png"
},
{
"name": "FACE_6",
"file": "images/sillywalks/06.png",
"type": "png"
},
{
"name": "FACE_7",
"file": "images/sillywalks/07.png",
"type": "png"
},
{
"name": "FACE_8",
"file": "images/sillywalks/08.png",
"type": "png"
},
{
"name": "FACE_9",
"file": "images/sillywalks/09.png",
"type": "png"
},
{
"name": "FACE_10",
"file": "images/sillywalks/10.png",
"type": "png"
},
{
"name": "FACE_11",
"file": "images/sillywalks/11.png",
"type": "png"
}
]
}
}