{
    "name": "The Family Slice Leaderboard",
    "short_name": "The Family Slice",
    "description": "Golf leaderboard, player stats, round history, and scorecard entry for The Family Slice.",
    "start_url": "./?source=pwa",
    "scope": "./",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#0d0d0d",
    "theme_color": "#0d0d0d",
    "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 maskable"
        },
        {
            "src": "icons/icon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Leaderboard",
            "short_name": "Leaderboard",
            "url": "./?source=pwa",
            "icons": [
                {
                    "src": "icons/icon-192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Add Round",
            "short_name": "Add Round",
            "url": "./entry?source=pwa",
            "icons": [
                {
                    "src": "icons/icon-192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        }
    ]
}
