{
    "name": "Lumichess",
    "short_name": "Lumichess",
    "description": "Free, unlimited chess game analysis and a full profile report — every move reviewed by Stockfish 17, right in your browser. Plus live online play.",
    "categories": ["games", "entertainment", "chess"],
    "start_url": "./index.html",
    "display": "standalone",
    "scope": ".",
    "background_color": "#302e2b",
    "theme_color": "#302e2b",
    "orientation": "any",
    "id": "./",
    "prefer_related_applications": false,
    "icons": [
        {
            "src": "assets/images/logo-final-favicon.svg",
            "sizes": "any",
            "purpose": "maskable any"
        },
        {
            "src": "assets/images/apple-icon.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        }
    ]
}