{
    "name": "Fantasy Premier League Compiler",
    "short_name": "FPL",
    "id": "/",
    "start_url": "/?standalone=true",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#02efff",
    "theme_color": "#02efff",
    "description": "Compiler for Fantasy Premier League statistics",
    "icons": [
        {
            "src": "https://fpl.seankirk.co.uk/favicon/FPLCompilercopy.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "https://fpl.seankirk.co.uk/favicon/FPLCompiler.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "https://fpl.seankirk.co.uk/favicon/FPLCompiler192copy.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "https://fpl.seankirk.co.uk/favicon/FPLCompiler192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name":"FPL Compiler",
            "url":"/compiler",
            "icons": [
                {
                    "src":"/favicon/FPLCompiler192copy.png",
                    "type":"image/png",
                    "sizes":"192x192"
                }
            ]
        },
        {
            "name":"FPL Lineup",
            "url":"/lineup",
            "icons": [
                {
                    "src":"/favicon/FPLCompiler192copy1.png",
                    "type":"image/png",
                    "sizes":"192x192"
                }
            ]
        },
        {
            "name":"FPL History",
            "url":"/history",
            "icons": [
                {
                    "src":"/favicon/FPLCompiler192copy2.png",
                    "type":"image/png",
                    "sizes":"192x192"
                }
            ]
        }
    ]
}
