{
    "name": "Golf Handicap Tracker",
    "short_name": "Golf HCP",
    "description": "Track your golf rounds and calculate your handicap index using the official WHS formula.",
    "start_url": "./index.html",
    "scope": "./",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#0a3d2e",
    "theme_color": "#1e4d3a",
    "categories": ["sports", "utilities"],
    "lang": "en-ZA",
    "dir": "ltr",
    "icons": [
        {
            "src": "icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icon-192-maskable.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "icon-512-maskable.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ]
}