forked from andrei-tatar/PebbleDialer.Pebble
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appinfo.json
57 lines (57 loc) · 1.43 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
{
"appKeys": {},
"capabilities": [
""
],
"companyName": "[email protected]",
"longName": "Dialer",
"projectType": "native",
"resources": {
"media": [
{
"file": "images/menu_history.png",
"name": "MENU_HISTORY",
"type": "bitmap"
},
{
"file": "images/menu_contacts.png",
"name": "MENU_CONTACTS",
"type": "bitmap"
},
{
"file": "images/dialer_icon.png",
"menuIcon": true,
"name": "ICON",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/call_outgoing.png",
"name": "CALL_OUTGOING",
"type": "bitmap"
},
{
"file": "images/call_missed.png",
"name": "CALL_MISSED",
"type": "bitmap"
},
{
"file": "images/call_incoming.png",
"name": "CALL_INCOMING",
"type": "bitmap"
}
]
},
"sdkVersion": "3",
"shortName": "Dialer",
"targetPlatforms": [
"aplite",
"basalt",
"chalk"
],
"uuid": "3eb97e36-d782-4d55-88e5-be70145944cc",
"versionLabel": "1.4",
"watchapp": {
"watchface": false
}
}