-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappinfo.json
82 lines (82 loc) · 2.21 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
{
"appKeys": {},
"capabilities": [
""
],
"companyName": "manwithpowers",
"longName": "Simple Seconds",
"projectType": "native",
"resources": {
"media": [
{
"file": "images/simplesecs_menu.png",
"menuIcon": true,
"name": "MENU_ICON",
"type": "png"
},
{
"file": "images/Icon-Battery-0.png",
"name": "BATTERY_ICON_0",
"type": "png"
},
{
"file": "images/Icon-Battery-25.png",
"name": "BATTERY_ICON_25",
"type": "png"
},
{
"file": "images/Icon-Battery-50.png",
"name": "BATTERY_ICON_50",
"type": "png"
},
{
"file": "images/Icon-Battery-75.png",
"name": "BATTERY_ICON_75",
"type": "png"
},
{
"file": "images/Icon-Battery.png",
"name": "BATTERY_ICON",
"type": "png"
},
{
"compatibility": "2.7",
"file": "fonts/Cicle Gordita.ttf",
"name": "CICLE_GORDITA_30",
"type": "font"
},
{
"compatibility": "2.7",
"file": "fonts/Cicle Gordita.ttf",
"name": "CICLE_GORDITA_55",
"type": "font"
},
{
"file": "fonts/Cicle Fina.ttf",
"name": "CICLE_FINA_50",
"type": "font"
},
{
"file": "fonts/Cicle Fina.ttf",
"name": "CICLE_FINA_28",
"type": "font"
},
{
"file": "fonts/Cicle Fina.ttf",
"name": "CICLE_FINA_18",
"type": "font"
}
]
},
"sdkVersion": "3",
"shortName": "Simple Secs",
"targetPlatforms": [
"aplite",
"basalt"
],
"uuid": "6b602447-2732-4c88-9a77-4a968d93e267",
"versionLabel": "2.0",
"watchapp": {
"watchface": true
}
}