UNPKG

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