-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappinfo.json
67 lines (66 loc) · 1.54 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
{
"appKeys": {
"ctitel": 18,
"title": 17,
"artist": 16,
"album": 15,
"time": 14,
"duration": 13,
"volume": 12,
"mode": 11,
"track": 10,
"command": 2,
"message": 1,
"status": 0
},
"capabilities": [
""
],
"companyName": "[email protected]",
"longName": "Squeebble",
"projectType": "native",
"resources": {
"media": [
{
"type": "pbi",
"name": "IMG_VOLUME_DOWN",
"file": "volume_down.png"
},
{
"type": "pbi",
"name": "IMG_VOLUME_UP",
"file": "volume_up.png"
},
{
"type": "pbi",
"name": "IMG_PLAY",
"file": "play.png"
},
{
"type": "pbi",
"name": "IMG_PAUSE",
"file": "pause.png"
},
{
"type": "pbi",
"name": "IMG_PREV",
"file": "prev.png"
},
{
"type": "pbi",
"name": "IMG_NEXT",
"file": "next.png"
}
]
},
"sdkVersion": "3",
"shortName": "Squeebble",
"targetPlatforms": [
"basalt"
],
"uuid": "4907d028-e81c-484d-ad49-ddc4864d6faf",
"versionLabel": "1.0",
"watchapp": {
"watchface": false
}
}