forked from marcferrandiz/MetroWatch
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappinfo.json
More file actions
85 lines (85 loc) · 1.61 KB
/
appinfo.json
File metadata and controls
85 lines (85 loc) · 1.61 KB
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
85
{
"versionLabel": "1.0",
"uuid": "9b11f72c-88e6-4181-a1e5-b82170b53776",
"appKeys": {},
"longName": "Metro Watch Inverted ",
"versionCode": 1,
"capabilities": [
""
],
"shortName": "MetroWatchInverted",
"companyName": "BracketDevs",
"watchapp": {
"watchface": true
},
"resources": {
"media": [
{
"type": "png",
"name": "IMAGE_N9",
"file": "images/n9.png"
},
{
"type": "png",
"name": "IMAGE_N8",
"file": "images/n8.png"
},
{
"type": "png",
"name": "IMAGE_N7",
"file": "images/n7.png"
},
{
"type": "png",
"name": "IMAGE_N6",
"file": "images/n6.png"
},
{
"type": "png",
"name": "IMAGE_N5",
"file": "images/n5.png"
},
{
"type": "png",
"name": "IMAGE_N4",
"file": "images/n4.png"
},
{
"type": "png",
"name": "IMAGE_N3",
"file": "images/n3.png"
},
{
"type": "png",
"name": "IMAGE_N2",
"file": "images/n2.png"
},
{
"type": "png",
"name": "IMAGE_N1",
"file": "images/n1.png"
},
{
"type": "png",
"name": "IMAGE_N0",
"file": "images/n0.png"
},
{
"menuIcon": true,
"type": "png",
"name": "MENU_ICON",
"file": "images/menu_icon.png"
},
{
"type": "png",
"name": "IMAGE_BACKGROUND",
"file": "images/background.png"
}
]
},
"targetPlatforms": [
"aplite",
"basalt"
],
"sdkVersion": "3"
}