{ "name": "Game Points", "short_name": "Points", "description": "Track player scores for any game, online or offline.", "start_url": "/games", "scope": "/", "display": "standalone", "orientation": "portrait", "background_color": "#18181b", "theme_color": "#18181b", "icons": [ { "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml" }, { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }, { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png" }, { "src": "/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" } ] }