{
    "id": "/?source=pwa",
    "name": "Golf Live Scores",
    "short_name": "GolfLS",
    "description": "Golf Live Scores - GolfLS.app - Track your game in real-time",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "display_override": ["window-controls-overlay", "tabbed", "standalone", "browser"],
    "background_color": "#ffffff",
    "theme_color": "#000000",
    "orientation": "portrait-primary",
    "lang": "en",
    "dir": "ltr",
    "categories": ["sports", "entertainment"],
    "prefer_related_applications": false,
    "related_applications": [],
    "icons": [
        {
            "src": "/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        }
    ],
    "screenshots": [
        {
            "src": "/images/login-bg.png",
            "sizes": "1024x1024",
            "type": "image/jpeg",
            "form_factor": "wide",
            "label": "Login Screen"
        },
        {
            "src": "/images/login-bg.png",
            "sizes": "1024x1024",
            "type": "image/jpeg",
            "form_factor": "narrow",
            "label": "Login Screen Mobile"
        }
    ],
    "shortcuts": [
        {
            "name": "Live Scores",
            "short_name": "Live",
            "description": "View live golf scores",
            "url": "/",
            "icons": [{ "src": "/icon-192x192.png", "sizes": "192x192" }]
        }
    ],
    "launch_handler": {
        "client_mode": "navigate-existing"
    },
    "protocol_handlers": [
        {
            "protocol": "web+golfls",
            "url": "/?url=%s"
        }
    ],
    "edge_side_panel": {
        "preferred_width": 400
    },
    "note_taking": {
        "new_note_url": "/?note=new"
    }
}
