{
    "id": "/",
    "name": "Flog — Take it easy. Play a few.",
    "short_name": "Flog",
    "description": "A laid-back 3D mini-golf game made for quick rounds on your phone.",
    "lang": "en-AU",
    "start_url": "/?source=pwa",
    "scope": "/",
    "display": "standalone",
    "display_override": ["window-controls-overlay", "standalone"],
    "orientation": "portrait",
    "background_color": "#fff8e9",
    "theme_color": "#183024",
    "categories": ["games", "sports", "entertainment"],
    "icons": [
        { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
        { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
        { "src": "/icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
    ],
    "shortcuts": [
        { "name": "Daily hole", "short_name": "Daily", "description": "Play today’s featured hole", "url": "/play?mode=daily" },
        { "name": "Courses", "short_name": "Courses", "description": "Choose a course to play", "url": "/tours" }
    ]
}
