-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathappinfo.json
38 lines (38 loc) · 899 Bytes
/
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
{
"appKeys": {
"KEY_BLOCK_HEIGHT": 0
},
"capabilities": [
""
],
"companyName": "Pebble",
"longName": "Blockchain University Time",
"projectType": "native",
"resources": {
"media": [
{
"file": "images/logobcu.png",
"name": "IMAGE_BACKGROUND",
"type": "png"
},
{
"file": "fonts/Ubuntu-R.ttf",
"name": "Ubuntu_R_18",
"type": "font"
},
{
"file": "fonts/Ubuntu-R.ttf",
"name": "Ubuntu_R_24",
"type": "font"
}
]
},
"sdkVersion": "2",
"shortName": "Blocktime",
"uuid": "0d9e7114-ced3-411c-86c8-56537df5bf9c",
"versionCode": 1,
"versionLabel": "1.0",
"watchapp": {
"watchface": true
}
}