{
    "name": "The Football Quiz",
    "short_name": "Football Quiz",
    "start_url": ".",
    "display": "standalone",
    "background_color": "#F2F5F2",
    "theme_color": "#2F8042",
    "description": "Test your football knowledge with trivia on club history, geography, player careers, scores, and logos — play solo or head-to-head.",
    "orientation": "portrait-primary",
    "prefer_related_applications": false,
    "icons": [
        {
            "src": "icons/Icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "icons/Icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        },
        {
            "src": "icons/Icon-maskable-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "icons/Icon-maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ]
}