{
    "name": "Delivery Interativo",
    "short_name": "Delivery",
    "start_url": "./index.php",
    "scope": "./",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#f8f9fa",
    "theme_color": "#dcdde1",
    "icons": [
        {
            "src": "sistema/img/icone_192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "sistema/img/icone_512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ]
}