forked from mdn/voice-change-o-matic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.webapp
35 lines (35 loc) · 1.18 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
{
"version": "0.1",
"name": "Voice-change-o-matic",
"description": "A sample MDN app that uses getUserMedia to grab an audio stream, which is then passed to the Web Audio API to apply effects to the audio and create visualizations.",
"launch_path": "/index.html",
"icons": {
"60": "app-icons/icon-60.png",
"128": "app-icons/icon-128.png"
},
"developer": {
"name": "Chris Mills",
"url": "https://developer.mozila.org"
},
"locales": {
"es": {
"description": "A sample MDN app that uses getUserMedia to grab an audio stream, which is then passed to the Web Audio API to apply effects to the audio and create visualizations.",
"developer": {
"url": "https://developer.mozila.org"
}
},
"it": {
"description": "A sample MDN app that uses getUserMedia to grab an audio stream, which is then passed to the Web Audio API to apply effects to the audio and create visualizations.",
"developer": {
"url": "https://developer.mozila.org"
}
}
},
"default_locale": "en",
"permissions": {
"audio-capture": {
"description": "Required to capture audio via getUserMedia"
}
},
"orientation" : "portrait"
}