{
    "name": "Tic Tac Toe",
    "short_name": "TicTacToe",
    "start_url": "./",
    "scope": "./",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#A855F7",
    "icons": [
        {
            "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'%3E%3Crect width='192' height='192' fill='%23A855F7' rx='24'/%3E%3Ctext x='96' y='135' font-size='90' font-weight='bold' text-anchor='middle' font-family='Arial, sans-serif' fill='white'%3ETT%3C/text%3E%3C/svg%3E",
            "sizes": "192x192",
            "type": "image/svg+xml",
            "purpose": "any"
        },
        {
            "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Crect width='512' height='512' fill='%23A855F7' rx='64'/%3E%3Ctext x='256' y='360' font-size='240' font-weight='bold' text-anchor='middle' font-family='Arial, sans-serif' fill='white'%3ETT%3C/text%3E%3C/svg%3E",
            "sizes": "512x512",
            "type": "image/svg+xml",
            "purpose": "any"
        }
    ]
}

