UNPKG

499 BJSONView Raw
1{
2 "name": "The Lounge",
3 "short_name": "The Lounge",
4 "description": "Self-hosted web IRC client",
5 "start_url": ".",
6 "display": "standalone",
7 "theme_color": "#455164",
8 "background_color": "#455164",
9 "icons":
10 [
11 {
12 "src": "img/touch-icon-192x192.png",
13 "sizes": "192x192",
14 "type": "image/png"
15 },
16 {
17 "src": "img/apple-touch-icon-120x120.png",
18 "sizes": "120x120",
19 "type": "image/png"
20 },
21 {
22 "src": "img/favicon.png",
23 "sizes": "64x64",
24 "type": "image/png"
25 }
26 ]
27}