{
    "name": "Sistema de Pesquisa de Provedores",
    "short_name": "SppNet",
    "description": "SppNet - Sistema de Pesquisa de Provedores",
    "lang": "pt-BR",
    "dir": "auto",
    "start_url": "%START_URL%",
    "scope": "%SCOPE%",
    "display": "standalone",
    "orientation": "portrait",
    "theme_color": "#15294f",
    "background_color": "#ffffff",
    "icons": [
        {
            "src": "icon192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icon512_rounded.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icon512_maskable.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Dashboard",
            "short_name": "Painel",
            "description": "Acesse o painel principal",
            "url": "/app.php",
            "icons": [
                {
                    "src": "icon192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        }
    ],
    "categories": [
        "spp",
        "net",
        "provedores",
        "pesquisa",
        "negativados",
        "clientes"
    ],
    "screenshots": [
        {
            "src": "/img/icons/login.png",
            "sizes": "540x720",
            "type": "image/png"
        },
        {
            "src": "/img/icons/dashboard.png",
            "sizes": "540x720",
            "type": "image/png"
        }
    ],
    "related_applications": [],
    "prefer_related_applications": false
}