{
    "name": "Run Logger",
    "short_name": "Run Logger",
    "description": "Track your running activities and races.",
    "start_url": "/",
    "display": "standalone",
    "orientation": "any",
    "theme_color": "#1a1a1a",
    "background_color": "#ffffff",
    "categories": ["sports", "health", "fitness"],
    "scope": "/",
    "icons": [
        {
            "src": "/favicon.svg",
            "sizes": "166x166",
            "type": "image/png"
        },
        {
            "src": "/favicon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any maskable"
        }
    ],
    "shortcuts": [
        {"name":  "Log a race", "url":  "/races/create"}
    ]
}
