]> git.0d.be Git - nanofun.git/blob - manifest.json
increase translucence of file input widget even more
[nanofun.git] / manifest.json
1 {
2   "short_name": "nanoFUN",
3   "name": "nanoFUN MIDI sampler",
4   "icons": [
5     {
6       "src": "img/launcher-icon-1x.png",
7       "type": "image/png",
8       "sizes": "48x48"
9     },
10     {
11       "src": "img/launcher-icon-2x.png",
12       "type": "image/png",
13       "sizes": "96x96"
14     },
15     {
16       "src": "img/launcher-icon-4x.png",
17       "type": "image/png",
18       "sizes": "192x192"
19     }
20   ],
21   "start_url": "index.html",
22   "display": "standalone",
23   "background_color": "#2196F3",
24   "theme_color": "#2196F3"
25 }