{
    "name": "Magic Office Restaurant",
    "short_name": "Magic Office",
    "background_color": "#ffffff",
    "display": "standalone",
    "description": "A Progressive Web Application for Magic Office Restaurant.",
    "theme_color": "#ef4a3b",
    "start_url": "/",
    "icons": [
        {
            "src": "/images/logo.png",
            "sizes": "512x512",
            "type": "image/png"
        },
        {
            "src": "/images/logo.png",
            "sizes": "192x192",
            "type": "image/png"
        }
    ]
}