-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathappinfo.json
133 lines (133 loc) · 3.84 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
{
"appKeys": {
"dummy": 0
},
"capabilities": [
""
],
"companyName": "ShaBP",
"longName": "ModernCalendar Plus",
"projectType": "native",
"resources": {
"media": [
{
"file": "images/Walk_white.png",
"name": "IMAGE_STEPS",
"type": "png"
},
{
"file": "images/status3.png",
"name": "IMAGE_STATUS_3",
"type": "png"
},
{
"file": "images/status2.png",
"name": "IMAGE_STATUS_2",
"type": "png"
},
{
"file": "images/status1.png",
"name": "IMAGE_STATUS_1",
"type": "png"
},
{
"file": "images/Icon Battery 10.png",
"name": "ICON_BATTERY_10",
"type": "png"
},
{
"file": "images/Icon Battery 20.png",
"name": "ICON_BATTERY_20",
"type": "png"
},
{
"file": "images/Icon Battery 30.png",
"name": "ICON_BATTERY_30",
"type": "png"
},
{
"file": "images/Icon Battery 40.png",
"name": "ICON_BATTERY_40",
"type": "png"
},
{
"file": "images/Icon Battery 50.png",
"name": "ICON_BATTERY_50",
"type": "png"
},
{
"file": "images/Icon Battery 60.png",
"name": "ICON_BATTERY_60",
"type": "png"
},
{
"file": "images/Icon Battery 70.png",
"name": "ICON_BATTERY_70",
"type": "png"
},
{
"file": "images/Icon Battery 80.png",
"name": "ICON_BATTERY_80",
"type": "png"
},
{
"file": "images/Icon Battery 90.png",
"name": "ICON_BATTERY_90",
"type": "png"
},
{
"file": "images/Icon Battery 100.png",
"name": "ICON_BATTERY_100",
"type": "png"
},
{
"file": "images/Icon Battery Charging.png",
"name": "ICON_BATTERY_CHARGING",
"type": "png"
},
{
"file": "images/Icon Bluetooth disconnected.png",
"name": "BLUETOOTH_DISCONNECTED",
"type": "png"
},
{
"file": "images/modern_background_new.png",
"name": "IMAGE_BACKGROUND_BADGE",
"type": "png"
},
{
"file": "images/bluetooth.png",
"name": "BLUETOOTH_CONNECTED",
"type": "png"
},
{
"file": "fonts/Roboto-Condensed.ttf",
"name": "FONT_ROBOTO_CONDENSED_21",
"type": "font"
},
{
"file": "images/Date Window.png",
"name": "IMAGE_DATE_WINDOW",
"type": "png"
},
{
"file": "images/modern minimal 3 background no badge.png",
"name": "IMAGE_BACKGROUND_NOBADGE",
"type": "png"
},
{
"file": "images/modern_logo.png",
"menuIcon": true,
"name": "IMAGE_MENU_ICON",
"type": "png"
}
]
},
"shortName": "ModernCalendar+",
"uuid": "719a8f09-9f4e-459d-af6e-17342b30a21f",
"versionCode": 4,
"versionLabel": "2.0",
"watchapp": {
"watchface": true
}
}