root/src/usr/local/www/manifest.json @ 8f5dbb0c
1 | e7d63f56 | Jared Dillard | {
|
---|---|---|---|
2 | "name": "", |
||
3 | "icons": [ |
||
4 | { |
||
5 | "src": "/android-chrome-192x192.png", |
||
6 | "sizes": "192x192", |
||
7 | "type": "image/png" |
||
8 | }, |
||
9 | { |
||
10 | "src": "/android-chrome-512x512.png", |
||
11 | "sizes": "512x512", |
||
12 | "type": "image/png" |
||
13 | } |
||
14 | ], |
||
15 | "theme_color": "#ffffff", |
||
16 | "background_color": "#ffffff", |
||
17 | "display": "standalone" |
||
18 | 179377b0 | robjarsen | }
|