-
Notifications
You must be signed in to change notification settings - Fork 1
/
appinfo.json
93 lines (93 loc) · 2.52 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
{
"appKeys": {},
"capabilities": [
"location"
],
"companyName": "KilFer",
"longName": "Zarapp",
"projectType": "pebblejs",
"resources": {
"media": [
{
"file": "images/menu_icon.png",
"name": "IMAGE_MENU_ICON",
"type": "png"
},
{
"file": "images/logo_splash.png",
"name": "IMAGE_LOGO_SPLASH",
"type": "png"
},
{
"file": "images/tile_splash.png",
"name": "IMAGE_TILE_SPLASH",
"type": "png"
},
{
"file": "fonts/UbuntuMono-Regular.ttf",
"name": "MONO_FONT_14",
"type": "font"
},
{
"file": "images/bici.png",
"name": "IMAGES_BICI_PNG",
"type": "png"
},
{
"file": "images/x.png",
"name": "IMAGES_X_PNG",
"type": "png"
},
{
"file": "images/Tick.png",
"name": "IMAGES_TICK_PNG",
"type": "png"
},
{
"file": "images/Star.png",
"name": "IMAGES_STAR_PNG",
"type": "png"
},
{
"file": "images/UpDownArrow.png",
"name": "IMAGES_UPDOWNARROW_PNG",
"type": "png"
},
{
"file": "images/ClockArrow.png",
"name": "IMAGES_CLOCKARROW_PNG",
"type": "png"
},
{
"file": "images/tram.png",
"name": "IMAGES_TRAM_PNG",
"type": "png"
},
{
"file": "images/AntiClockArrow.png",
"name": "IMAGES_ANTICLOCKARROW_PNG",
"type": "png"
},
{
"file": "images/bus.png",
"name": "IMAGES_BUS_PNG",
"type": "png"
},
{
"file": "images/Zarapp.png",
"menuIcon": true,
"name": "IMAGES_ZARAPP_PNG",
"type": "png"
}
]
},
"sdkVersion": "3",
"shortName": "Zarapp",
"uuid": "66c2fedf-3ee3-4c3d-bd2e-8ac20727954d",
"versionCode": 1,
"versionLabel": "0.94",
"watchapp": {
"hiddenApp": false,
"watchface": false
}
}