{
    "name": "Hamburgueria do Zé",
    "short_name": "Zé Burger",
    "description": "Os melhores hambúrgueres artesanais da cidade! Peça online e acompanhe seu pedido.",
    "start_url": "/hamburgueria/frontend/index.html",
    "scope": "/hamburgueria/",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#370617",
    "theme_color": "#E85D04",
    "lang": "pt-BR",
    "categories": ["food", "restaurant", "delivery"],
    "icons": [
        {
            "src": "img/icons/icon-72.png",
            "sizes": "72x72",
            "type": "image/png"
        },
        {
            "src": "img/icons/icon-96.png",
            "sizes": "96x96",
            "type": "image/png"
        },
        {
            "src": "img/icons/icon-128.png",
            "sizes": "128x128",
            "type": "image/png"
        },
        {
            "src": "img/icons/icon-144.png",
            "sizes": "144x144",
            "type": "image/png"
        },
        {
            "src": "img/icons/icon-152.png",
            "sizes": "152x152",
            "type": "image/png"
        },
        {
            "src": "img/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "img/icons/icon-384.png",
            "sizes": "384x384",
            "type": "image/png"
        },
        {
            "src": "img/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "screenshots": [
        {
            "src": "img/screenshots/screenshot1.png",
            "sizes": "1080x1920",
            "type": "image/png",
            "label": "Cardápio da Hamburgueria do Zé"
        }
    ],
    "prefer_related_applications": false
}