-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappinfo.json
More file actions
47 lines (47 loc) · 954 Bytes
/
appinfo.json
File metadata and controls
47 lines (47 loc) · 954 Bytes
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
{
"appKeys": {
"KEY_CARDNAME" : 0,
"KEY_CARDNUMBER" : 1,
"NUM_ENTRIES" : 2,
"GET_NTH_ENTRY" : 3,
"CLEAR_PERSIST" : 4
},
"capabilities": [
"configurable"
],
"companyName": "",
"longName": "Card And Ticket Storage",
"resources": {
"media": [
{
"file": "images/SPLASH_CAT_INVERT.png",
"name": "SPLASH_CAT_INVERT",
"type": "png"
},
{
"file": "images/SPLASH_CAT_INVERT_FLIP.png",
"name": "SPLASH_CAT_INVERT_FLIP",
"type": "png"
},
{
"file": "images/SPLASH_CAT_LOGO.png",
"menuIcon": true,
"name": "SPLASH_CAT_LOGO",
"type": "png"
}
]
},
"sdkVersion": "3",
"shortName": "CATS",
"uuid": "0e5c291e-2ea7-48d4-8056-fa05c51d347d",
"versionCode": 1,
"versionLabel": "1.0",
"watchapp": {
"watchface": false
},
"targetPlatforms": [
"aplite",
"basalt",
"chalk"
]
}