{ "name": "Bingo Night Party Custom Bingo Game", "short_name": "Bingo Night Party", "description": "A customizable bingo web app for streamers and others to play with their friends and even their audience.", "icons": [ { "src": "https://bingo-night-party-pwa.ric1.cdn.digitaloceanspaces.com/img/logo/logo-192.png", "sizes": "192x192", "type": "image/png" }, { "src": "https://bingo-night-party-pwa.ric1.cdn.digitaloceanspaces.com/img/logo/logo-512.png", "sizes": "512x512", "type": "image/png" } ], "start_url": "/?fullscreen=true", "display": "fullscreen", "theme_color": "#228BE6", "background_color": "#F2F3F4", "categories": [ "games", "entertainment" ], "orientation": "natural", "shortcuts": [ { "name": "Go Home", "short_name": "Home", "description": "Navigate back to the title screen.", "url": "/", "icons": [ { "src": "https://bingo-night-party-pwa.ric1.cdn.digitaloceanspaces.com/img/icons/home.png", "sizes": "96x96", "type": "image/png" } ] }, { "name": "Host Game", "short_name": "Host", "description": "Create a game to host.", "url": "/host", "icons": [ { "src": "https://bingo-night-party-pwa.ric1.cdn.digitaloceanspaces.com/img/icons/host.png", "sizes": "96x96", "type": "image/png" } ] }, { "name": "Play Game", "short_name": "Play", "description": "Join a game.", "url": "/play", "icons": [ { "src": "https://bingo-night-party-pwa.ric1.cdn.digitaloceanspaces.com/img/icons/play.png", "sizes": "96x96", "type": "image/png" } ] } ], "screenshots": [ { "src": "/img/screenshot-m-1.png", "sizes": "1080x2400", "type": "image/png", "form_factor": "narrow", "platform": "android", "label": "Host games with friends" }, { "src": "/img/screenshot-m-2.png", "sizes": "1080x2400", "type": "image/png", "form_factor": "narrow", "platform": "android", "label": "Play games with friends" }, { "src": "/img/screenshot-d-1.png", "sizes": "1920x1048", "type": "image/png", "form_factor": "wide", "label": "Host games with friends" }, { "src": "/img/screenshot-d-2.png", "sizes": "1920x1048", "type": "image/png", "form_factor": "wide", "label": "Play games with friends" }, { "src": "/img/screenshot-d-3.png", "sizes": "1920x1048", "type": "image/png", "form_factor": "wide", "label": "Host games with friends" } ], "dir": "ltr", "lang": "en", "display_override": [ "fullscreen", "standalone", "minimal-ui", "windows-controls-overlay", "browser" ] }