{
    "name": "Rogerinho Gás",
    "short_name": "Rogerinho Gás",
    "start_url": ".",
    "display": "standalone",
    "background_color": "#0175C2",
    "theme_color": "#0175C2",
    "description": "Aplicativo de Delivery",
    "orientation": "portrait-primary",
    "prefer_related_applications": true,
    "related_applications": [
        {
            "platform": "play",
            "id": "br.com.appline.pedido.rogerinhogas"
        }
    ],
    "icons": [
        {
            "icons": [
                {
                    "src": "./favicon.ico",
                    "type": "image/x-icon",
                    "sizes": "16x16 32x32"
                },
                {
                    "src": "./icon-192.png",
                    "type": "image/png",
                    "sizes": "192x192"
                },
                {
                    "src": "./icon-512.png",
                    "type": "image/png",
                    "sizes": "512x512"
                },
                {
                    "src": "./icon-192-maskable.png",
                    "type": "image/png",
                    "sizes": "192x192",
                    "purpose": "maskable"
                },
                {
                    "src": "./icon-512-maskable.png",
                    "type": "image/png",
                    "sizes": "512x512",
                    "purpose": "maskable"
                }
            ]
        }
    ]
}