{
    "name": "World Tycoon",
    "short_name": "World Tycoon",
    "description": "Build a global business empire starting from a humble souvlaki stand",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#2196F3",
    "theme_color": "#2196F3",
    "orientation": "portrait",
    "icons": [
        {
            "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><rect width='512' height='512' fill='%232196F3'/><text x='256' y='256' font-size='300' text-anchor='middle' dominant-baseline='central'>🌍</text></svg>",
            "sizes": "512x512",
            "type": "image/svg+xml"
        }
    ]
}