{
    "short_name": "STT Console",
    "name": "STT - Console",
    "description": "Sistema de Console do STT - Telemedicina e Telessaúde",
    "lang": "pt-BR",
    "id": "/",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "orientation": "any",
    "theme_color": "#000000",
    "background_color": "#ffffff",
    "icons": [
        {
            "src": "icon.svg",
            "type": "image/svg+xml",
            "sizes": "any"
        },
        {
            "src": "icon-192.png",
            "type": "image/png",
            "sizes": "192x192",
            "purpose": "any"
        },
        {
            "src": "icon-512.png",
            "type": "image/png",
            "sizes": "512x512",
            "purpose": "any"
        },
        {
            "src": "icon-512-maskable.png",
            "type": "image/png",
            "sizes": "512x512",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Notificações",
            "short_name": "Notificações",
            "description": "Abrir página de notificações",
            "url": "/notificacoes",
            "icons": [{ "src": "icon-192.png", "sizes": "192x192", "type": "image/png" }]
        },
        {
            "name": "Integrações",
            "short_name": "Integrações",
            "description": "Abrir página de integrações",
            "url": "/integracoes",
            "icons": [{ "src": "icon-192.png", "sizes": "192x192", "type": "image/png" }]
        }
    ],
    "share_target": {
        "action": "/share",
        "method": "GET",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url"
        }
    }
}
