-
Notifications
You must be signed in to change notification settings - Fork 1
/
appinfo.json
87 lines (87 loc) · 1.77 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
{
"uuid": "cbd15827-f691-4d96-830a-8110d1d9161a",
"shortName": "Ultra",
"longName": "Ultra",
"companyName": "Neal",
"versionCode": 1,
"versionLabel": "1.8",
"capabilities": [ "configurable", "location" ],
"watchapp": {
"watchface": false
},
"appKeys": {
"type": 0,
"method": 1,
"index": 2,
"name": 3,
"estimate": 4,
"surge": 5,
"resource": 6,
"duration": 7,
"distance": 8
},
"config": {
"keen": { "projectId": "54532546383144606636cc19", "writeKey": "fcc0b3a72b5ae3a422f66dfd79e1817ea54763e2220a28af2e566205c884d646217451fa11ae130706facc0ffa66990b8acc1aebaa7562592ff9ff98dd00a6c0dba6c05de026e18a856897c07aa6e7cba43c6e71df45d2f584940da816ef01ab382c362d18b372b4a074dd6571fd78d2" }
},
"debug": true,
"resources": {
"media": [
{
"menuIcon": true,
"type": "png",
"name": "IMAGE_MENU_ICON",
"file": "images/menu_icon.png"
},
{
"type": "png",
"name": "IMAGE_SURGE",
"file": "images/surge.png"
},
{
"type": "png",
"name": "IMAGE_UBERX",
"file": "images/uberx.png"
},
{
"type": "png",
"name": "IMAGE_UBERXL",
"file": "images/uberxl.png"
},
{
"type": "png",
"name": "IMAGE_UBERBLACK",
"file": "images/uberblack.png"
},
{
"type": "png",
"name": "IMAGE_UBERSUV",
"file": "images/ubersuv.png"
},
{
"type": "png",
"name": "IMAGE_UBERTAXI",
"file": "images/ubertaxi.png"
},
{
"type": "png",
"name": "IMAGE_UBERT",
"file": "images/ubert.png"
},
{
"type": "png",
"name": "IMAGE_UBERLUX",
"file": "images/uberlux.png"
},
{
"type": "png",
"name": "IMAGE_UBERBLACKTAXI",
"file": "images/uberblacktaxi.png"
},
{
"type": "png",
"name": "IMAGE_UBERPLUS",
"file": "images/uberplus.png"
}
]
}
}