{
    "name": "Restaurant App",
    "short_name": "Restaurant",
    "description": "Explore our menu, place orders, and discover our story.",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "background_color": "#0b0a07",
    "theme_color": "#963222",
    "orientation": "portrait-primary",
    "lang": "en",
    "icons": [
        {
            "src": "/favicon.ico",
            "sizes": "48x48",
            "type": "image/x-icon"
        },
        {
            "src": "/favicon.ico",
            "sizes": "72x72 96x96 128x128 256x256",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "categories": ["food", "lifestyle", "shopping"]
}
