{
    "name": "Gestão de Insumos",
    "short_name": "Insumos",
    "description": "Sistema de gestão de insumos médico-estéticos com controle de estoque e movimentações",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait-primary",
    "theme_color": "#2c3e50",
    "background_color": "#ffffff",
    "screenshots": [
        {
            "src": "/screenshots/screenshot-1.png",
            "sizes": "540x720",
            "type": "image/png",
            "form_factor": "narrow",
            "purpose": "any"
        },
        {
            "src": "/screenshots/screenshot-2.png",
            "sizes": "1280x720",
            "type": "image/png",
            "form_factor": "wide",
            "purpose": "any"
        }
    ],
    "icons": [
        {
            "src": "/icons/icon-192x192.svg",
            "sizes": "192x192",
            "type": "image/svg+xml",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-512x512.svg",
            "sizes": "512x512",
            "type": "image/svg+xml",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-192x192-maskable.svg",
            "sizes": "192x192",
            "type": "image/svg+xml",
            "purpose": "maskable"
        },
        {
            "src": "/icons/icon-512x512-maskable.svg",
            "sizes": "512x512",
            "type": "image/svg+xml",
            "purpose": "maskable"
        }
    ],
    "categories": [
        "productivity",
        "business"
    ],
    "shortcuts": [
        {
            "name": "Registrar Entrada",
            "short_name": "Entrada",
            "description": "Registrar entrada de insumos",
            "url": "/cadastro?type=entrada",
            "icons": [
                {
                    "src": "/icons/shortcut-entrada-192x192.svg",
                    "sizes": "192x192",
                    "type": "image/svg+xml"
                }
            ]
        },
        {
            "name": "Registrar Saída",
            "short_name": "Saída",
            "description": "Registrar saída de insumos",
            "url": "/cadastro?type=saida",
            "icons": [
                {
                    "src": "/icons/shortcut-saida-192x192.svg",
                    "sizes": "192x192",
                    "type": "image/svg+xml"
                }
            ]
        },
        {
            "name": "Escanear Código",
            "short_name": "Escanear",
            "description": "Escanear código de barras",
            "url": "/scanner",
            "icons": [
                {
                    "src": "/icons/shortcut-scanner-192x192.svg",
                    "sizes": "192x192",
                    "type": "image/svg+xml"
                }
            ]
        }
    ],
    "share_target": {
        "action": "/share",
        "method": "POST",
        "enctype": "multipart/form-data",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url",
            "files": [
                {
                    "name": "media",
                    "accept": [
                        "image/*",
                        "video/*"
                    ]
                }
            ]
        }
    },
    "prefer_related_applications": false,
    "related_applications": []
}
