{
    "name": "Ferren's Fantasy Sports",
    "short_name": "FFS",
    "description": "Fantasy hockey platform with live drafts, waivers, trades, schedules, and standings.",
    "start_url": "/nhl/",
    "scope": "/nhl/",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#050505",
    "theme_color": "#0a84ff",

    "icons": [

        {
            "src": "/nhl/img/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },

        {
            "src": "/nhl/img/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        }

    ]
}