{
    "name": "ShotLogger - Professional Golf Shot Tracking",
    "short_name": "ShotLogger",
    "description": "Track every golf shot with precision. Professional golf shot tracking app with GPS, club selection, and detailed analytics for serious golfers.",
    "start_url": "/",
    "display": "standalone",
    "orientation": "portrait-primary",
    "scope": "/",
    "lang": "en-US",
    "dir": "ltr",
    
    "theme_color": "#2563eb",
    "background_color": "#1e293b",
    
    "icons": [
        {
            "src": "/assets/favicon.ico",
            "sizes": "16x16",
            "type": "image/x-icon"
        },
        {
            "src": "/assets/favicon-32x32.png",
            "sizes": "32x32",
            "type": "image/png"
        },
        {
            "src": "/assets/apple-touch-icon.png",
            "sizes": "180x180",
            "type": "image/png"
        },
        {
            "src": "/assets/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/assets/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/assets/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/assets/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    
   /* "shortcuts": [
        {
            "name": "Quick Shot Entry",
            "short_name": "Log Shot",
            "description": "Quickly log a golf shot for the current hole",
            "url": "/?quick-shot",
            "icons": [
                {
                    "src": "/assets/favicon-32x32.png",
                    "sizes": "32x32",
                    "type": "image/png"
                },
                {
                    "src": "/assets/apple-touch-icon.png",
                    "sizes": "180x180",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Add Penalty Stroke",
            "short_name": "Penalty",
            "description": "Add a penalty stroke to the current hole",
            "url": "/?quick-penalty",
            "icons": [
                {
                    "src": "/assets/favicon-32x32.png",
                    "sizes": "32x32",
                    "type": "image/png"
                },
                {
                    "src": "/assets/apple-touch-icon.png",
                    "sizes": "180x180",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Quick Putt",
            "short_name": "Putt",
            "description": "Log a putt on the green with one tap",
            "url": "/?quick-putt",
            "icons": [
                {
                    "src": "/assets/favicon-32x32.png",
                    "sizes": "32x32",
                    "type": "image/png"
                },
                {
                    "src": "/assets/apple-touch-icon.png",
                    "sizes": "180x180",
                    "type": "image/png"
                }
            ]
        }
    ],*/
    
    "categories": [
        "sports",
        "utilities",
        "lifestyle"
    ],
    
    "screenshots": [
        {
            "src": "/assets/screenshot-wide.png",
            "sizes": "1280x720",
            "type": "image/png",
            "form_factor": "wide",
            "label": "ShotLogger main interface on desktop"
        },
        {
            "src": "/assets/screenshot-narrow.png",
            "sizes": "750x1334",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "ShotLogger shot entry on mobile"
        }
    ],
    
    "prefer_related_applications": false,
    
    "related_applications": [],
    
    "edge_side_panel": {
        "preferred_width": 400
    },
    
    "launch_handler": {
        "client_mode": "focus-existing"
    },
    
    "protocol_handlers": [
        {
            "protocol": "web+shotlogger",
            "url": "/?action=%s"
        }
    ],
    
    "share_target": {
        "action": "/",
        "method": "GET",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url"
        }
    },
    
    "file_handlers": [
        {
            "action": "/",
            "accept": {
                "application/json": [".json"],
                "text/csv": [".csv"]
            }
        }
    ],
    
    "display_override": [
        "window-controls-overlay",
        "standalone",
        "minimal-ui",
        "browser"
    ],
    
    "handle_links": "preferred"
}