-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.webapp
32 lines (32 loc) · 1.23 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
{
"version": "0.1",
"name": "Violent Theremin",
"description": "A sample MDN app that uses Web Audio API to generate an audio tone, the pitch and volume of which is varied by the movement of the mouse and control keys. It also uses HTML5 Canvas to generate some 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 Web Audio API to generate an audio tone, the pitch and volume of which is varied by the movement of the mouse and control keys. It also uses HTML5 Canvas to generate some visualizations.",
"developer": {
"url": "https://developer.mozila.org"
}
},
"it": {
"description": "A sample MDN app that uses Web Audio API to generate an audio tone, the pitch and volume of which is varied by the movement of the mouse and control keys. It also uses HTML5 Canvas to generate some visualizations.",
"developer": {
"url": "https://developer.mozila.org"
}
}
},
"default_locale": "en",
"permissions": {
},
"orientation":"landscape"
}