-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.webapp
41 lines (41 loc) · 1.05 KB
/
manifest.webapp
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
{
"name": "Voice Keyboard",
"description": "Type with your tongue.",
"type": "privileged",
"role": "input",
"launch_path": "/settings.html",
"developer": {
"name": "Codexa",
"url": "https://github.com/codexa"
},
"permissions": {
"input": {
"description": "Send key events and characters to user focused input fields."
},
"audio-capture" : {
"description" : "Capture audio for speech recognition."
},
"speech-recognition" : {
"description" : "Interpret recorded audio."
}
},
"inputs": {
"voice": {
"launch_path": "/index.html",
"name": "Voice Keyboard",
"description": "Type with your tongue.",
"types": ["text"]
}
},
"icons": {
"30": "/style/icons/icon-30.png",
"32": "/style/icons/icon-32.png",
"45": "/style/icons/icon-45.png",
"60": "/style/icons/icon-60.png",
"90": "/style/icons/icon-90.png",
"120": "/style/icons/icon-120.png",
"128": "/style/icons/icon-128.png",
"256": "/style/icons/icon-256.png"
},
"default_locale": "en-US"
}