{
    "name": "Fantasy Football Playoff Pool",
    "short_name": "Playoff Pool",
    "description": "Welcome to Fantasy Football Playoff Pool, where you can select your lineup, and compete against other players to earn a cash prize.",
    "lang": "en-US",
    "start_url": "/",
    "display": "standalone",
    "theme_color": "#3c8c46",
    "icons": [
      {
        "src": "/assets/img/pwa/pwaicon-128px.png",
        "sizes": "128x128",
        "type": "image/png"
      },
      {
        "src": "/assets/img/pwa/pwaicon-192px.png",
        "sizes": "192x192",
        "type": "image/png"
      },
      {
        "src": "/assets/img/pwa/pwaicon-512px.png",
        "sizes": "512x512",
        "type": "image/png"
      }
    ],
    "background_color": "#ebebeb",
    "shortcuts": [
        {
            "name": "Submit Lineups",
            "short_name": "Submit Lineups",
            "description": "Add players to your lineups",
            "url": "/lineups.php"
        },
        {
            "name": "View Standings",
            "short_name": "Standings",
            "description": "View all lineup scores",
            "url": "/standings.php"
        },
        {
            "name": "Reports and Statistics",
            "short_name": "Reports",
            "description": "Information about lineups and players",
            "url": "/reports.php"
        }
    ]
}