{
    "name": "Bantam Talk Prediction League",
    "short_name": "Predictions",
    "description": "Submit your World Cup predictions and track the leaderboard",
    "start_url": "/predictionleague/index.php",
    "scope": "/predictionleague/",
    "display": "standalone",
    "background_color": "#0a0602",
    "theme_color": "#0a0602",
    "orientation": "portrait",
    "icons": [
        {
            "src": "/predictionleague/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/predictionleague/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        }
    ],
    "screenshots": [
        {
            "src": "/predictionleague/icons/screenshot-wide.png",
            "sizes": "1280x800",
            "type": "image/png",
            "form_factor": "wide"
        },
        {
            "src": "/predictionleague/icons/screenshot-mobile.png",
            "sizes": "750x1334",
            "type": "image/png",
            "form_factor": "narrow"
        }
    ]
}