-
Notifications
You must be signed in to change notification settings - Fork 2
/
appinfo.json
72 lines (72 loc) · 1.47 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
{
"uuid": "c8badf6d-c504-4b87-99ff-c4236005b9ed",
"shortName": "Tinder",
"longName": "Tinder",
"companyName": "Neal",
"versionCode": 1,
"versionLabel": "0.2",
"capabilities": [ "configurable", "location" ],
"watchapp": {
"watchface": false
},
"appKeys": {
"type": 0,
"method": 1,
"index": 2,
"name": 3,
"distance": 4,
"bio": 5,
"commlikes": 6,
"commfriends": 7,
"image": 8
},
"config": {
"keen": { "projectId": "54532b6733e4067481486f84", "writeKey": "ddcfa4ff6228114a124d7672fd5093c1cf9afc587e66ef961a955afdbc315defa67572acd3226f7b3c588e41c09500e76b024a9d6be48b827b7d698e5950c284c5cadfdf3bc0aa7a8ab5836dd1b2be37a7e99057cdd895e88cec45ff12cf154751df21ee43815d8e301f67aba862f3df" }
},
"debug": true,
"resources": {
"media": [
{
"menuIcon": true,
"type": "png",
"name": "IMAGE_MENU_ICON",
"file": "images/menu_icon.png"
},
{
"type": "png",
"name": "IMAGE_LOGO",
"file": "images/logo.png"
},
{
"type": "png",
"name": "IMAGE_FRIENDS",
"file": "images/friends.png"
},
{
"type": "png",
"name": "IMAGE_LIKES",
"file": "images/likes.png"
},
{
"type": "png",
"name": "IMAGE_LIKE",
"file": "images/like.png"
},
{
"type": "png",
"name": "IMAGE_INFO",
"file": "images/info.png"
},
{
"type": "png",
"name": "IMAGE_PASS",
"file": "images/pass.png"
},
{
"type": "png",
"name": "IMAGE_ERROR",
"file": "images/error.png"
}
]
}
}