{
    "name": "GeoGuess",
    "short_name": "GeoGuess",
    "description": "Guess photo locations from around the world.",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "theme_color": "#111729",
    "background_color": "#111729",
    "icons": [
        {
            "src": "/assets/favicons/android-chrome-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/assets/favicons/android-chrome-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        }
    ],
    "screenshots": [
        {
            "src": "/assets/screenshots/desktop-1.png",
            "sizes": "1920x1080",
            "type": "image/png",
            "form_factor": "wide",
            "label": "Guess photo locations on the world map"
        },
        {
            "src": "/assets/screenshots/mobile-1.png",
            "sizes": "1080x1920",
            "type": "image/png",
            "label": "Play GeoGuess on your phone"
        }
    ]
}
