forked from Neal/PebbleBucks
-
Notifications
You must be signed in to change notification settings - Fork 2
/
appinfo.json
57 lines (54 loc) · 1.17 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
{
"uuid": "7ff57cf2-bf8d-424c-bfd2-c64d8e886ae9",
"shortName": "PebbleBucks",
"longName": "PebbleBucks",
"companyName": "Alexsander Akers",
"versionLabel": "3.1",
"versionCode": 4,
"watchapp": {
"watchface": false
},
"appKeys": {
"fetch_data": 0,
"number_of_cards": 10,
"rewards_stars": 11,
"rewards_drinks": 12,
"rewards_updated_at": 13,
"card_index": 20,
"card_balance": 21,
"card_barcode_data": 22,
"card_name": 23,
"error": 99
},
"capabilities": [ "configurable" ],
"resources": {
"media": [
{
"menuIcon": true,
"type": "png",
"name": "IMAGE_MENU_ICON",
"file": "images/icon.png"
},
{
"type": "png",
"name": "IMAGE_REWARD",
"file": "images/reward.png"
},
{
"type": "png",
"name": "IMAGE_STAR",
"file": "images/star.png"
},
{
"type": "png",
"name": "IMAGE_REFRESH",
"file": "images/refresh.png"
},
{
"type": "png",
"name": "IMAGE_ERROR",
"file": "images/error.png"
}
]
}
}