add 48 icon to webapp manifest as well
[makeypiano.git] / manifest.webapp
... / ...
CommitLineData
1{
2 "name": "MaKey MaKey Piano",
3 "description": "Play piano pitches as a reaction to MaKey MaKey signals.",
4 "launch_path": "/index.html",
5 "appcache_path": "/manifest.appcache"
6 },
7 "developer": {
8 "name": "Robert Kaiser",
9 "url": "http://www.kairo.at/"
10 },
11 "icons": {
12 "16": "/style/pianoIcon16.png",
13 "32": "/style/pianoIcon32.png",
14 "48": "/style/pianoIcon48.png",
15 "64": "/style/pianoIcon64.png",
16 "128": "/style/pianoIcon128.png"
17 }
18}