-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathappinfo.json
83 lines (83 loc) · 2.16 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
{
"versionLabel": "1.1.0",
"uuid": "e944c919-7ae9-4737-8033-ac073a1b8a90",
"appKeys": {
"dummy": 0
},
"longName": "Informative Lite (2.0)",
"versionCode": 1,
"capabilities": [
""
],
"shortName": "InformativeL",
"companyName": "dotar",
"watchapp": {
"watchface": true
},
"resources": {
"media": [
{
"characterRegex": "[0-9:.]",
"type": "font",
"name": "FONT_ARIAL_50",
"file": "fonts/arial.ttf"
},
{
"type": "png",
"name": "IMAGE_THUNDER",
"file": "images/thunder.png"
},
{
"type": "png",
"name": "IMAGE_SNOW",
"file": "images/snow.png"
},
{
"type": "png",
"name": "IMAGE_FOG",
"file": "images/fog.png"
},
{
"type": "png",
"name": "IMAGE_WIND",
"file": "images/wind.png"
},
{
"type": "png",
"name": "IMAGE_SUN_CLOUD",
"file": "images/sun_cloud.png"
},
{
"type": "png",
"name": "IMAGE_CLOUD",
"file": "images/cloud.png"
},
{
"type": "png",
"name": "IMAGE_RAIN",
"file": "images/rain.png"
},
{
"type": "png",
"name": "IMAGE_SUN",
"file": "images/sun.png"
},
{
"type": "png",
"name": "IMAGE_DISCONNECT",
"file": "images/disconnect_large.png"
},
{
"type": "png",
"name": "IMAGE_BACKGROUND",
"file": "images/background.png"
},
{
"menuIcon": true,
"type": "png",
"name": "IMAGE_MENU_ICON",
"file": "images/app_icon.png"
}
]
}
}