-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathappinfo.json
More file actions
53 lines (53 loc) · 1.23 KB
/
appinfo.json
File metadata and controls
53 lines (53 loc) · 1.23 KB
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
{
"appKeys": {
"KEY_BATT": 5,
"KEY_BEEP": 1,
"KEY_ERR": 99,
"KEY_OPTIONS": 4,
"KEY_PITCH": 6,
"KEY_SPEAK": 2,
"KEY_SPEED": 7,
"KEY_SYS": 0,
"KEY_VOICES": 3
},
"capabilities": [
""
],
"companyName": "\u00a92016 robisodd",
"enableMultiJS": false,
"longName": "Voice \ud83c\udfa4 Relay",
"projectType": "native",
"resources": {
"media": [
{
"file": "images/Microphone.png",
"menuIcon": true,
"name": "MICROPHONE",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/female.png",
"name": "FEMALE",
"type": "bitmap"
},
{
"file": "images/male.png",
"name": "MALE",
"type": "bitmap"
}
]
},
"sdkVersion": "3",
"shortName": "Voice \ud83c\udfa4 Relay",
"targetPlatforms": [
"aplite",
"basalt",
"chalk"
],
"uuid": "0eda915d-0123-4444-8888-decaffc0ffee",
"versionLabel": "1.0",
"watchapp": {
"watchface": false
}
}