-
Notifications
You must be signed in to change notification settings - Fork 0
/
appinfo.json
36 lines (36 loc) · 876 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
{
"appKeys": {},
"capabilities": [
""
],
"companyName": "Matt Martin",
"longName": "Flick Seconds",
"projectType": "native",
"resources": {
"media": [
{
"file": "images/PiBackground.png",
"name": "PI_BACKGROUND",
"type": "png"
},
{
"file": "images/BTDisconnected.png",
"name": "BT_DISCONNECTED",
"type": "png"
},
{
"file": "images/BTConnected.png",
"name": "BT_CONNECTED",
"type": "png"
}
]
},
"sdkVersion": "2",
"shortName": "Flick Seconds",
"uuid": "235e0d66-ca82-4619-b937-e522bd15b2fd",
"versionCode": 1,
"versionLabel": "1.0",
"watchapp": {
"watchface": true
}
}