{
    "name": "Brivio — Facturi, contracte și documente",
    "short_name": "Brivio",
    "description": "Proiecte, facturi, contracte și documente — toate organizate și la îndemână.",
    "id": "/dashboard",
    "start_url": "/dashboard?source=pwa",
    "scope": "/",
    "display": "standalone",
    "display_override": [
        "window-controls-overlay",
        "standalone",
        "minimal-ui"
    ],
    "orientation": "any",
    "background_color": "#ffffff",
    "theme_color": "#4258DD",
    "lang": "ro",
    "dir": "ltr",
    "categories": [
        "business",
        "finance",
        "productivity"
    ],
    "prefer_related_applications": false,
    "share_target": {
        "action": "/share-target",
        "method": "POST",
        "enctype": "multipart/form-data",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url",
            "files": [
                {
                    "name": "files",
                    "accept": [
                        "application/pdf",
                        "image/*"
                    ]
                }
            ]
        }
    },
    "icons": [
        {
            "src": "/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-192-maskable.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/icons/icon-512-maskable.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/favicon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any"
        }
    ],
    "screenshots": [
        {
            "src": "/screenshots/dashboard-wide.png",
            "sizes": "1280x800",
            "type": "image/png",
            "form_factor": "wide",
            "label": "Panou de control Brivio"
        },
        {
            "src": "/screenshots/invoices-wide.png",
            "sizes": "1280x800",
            "type": "image/png",
            "form_factor": "wide",
            "label": "Facturi emise"
        },
        {
            "src": "/screenshots/dashboard-mobile.png",
            "sizes": "390x844",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "Panou de control pe mobil"
        },
        {
            "src": "/screenshots/invoices-mobile.png",
            "sizes": "390x844",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "Facturi pe mobil"
        }
    ],
    "shortcuts": [
        {
            "name": "Factură nouă",
            "short_name": "Factură",
            "description": "Emite o factură nouă",
            "url": "/invoices/issued/new?source=pwa-shortcut",
            "icons": [
                {
                    "src": "/icons/shortcut-invoice.png",
                    "sizes": "96x96",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Mesaje SPV",
            "short_name": "SPV",
            "description": "Deschide mesajele e-Factura / SPV",
            "url": "/efactura?source=pwa-shortcut",
            "icons": [
                {
                    "src": "/icons/shortcut-spv.png",
                    "sizes": "96x96",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Cheltuială nouă",
            "short_name": "Cheltuială",
            "description": "Adaugă o cheltuială nouă",
            "url": "/expenses/new?source=pwa-shortcut",
            "icons": [
                {
                    "src": "/icons/icon-192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Contact nou",
            "short_name": "Contact",
            "description": "Adaugă un contact nou",
            "url": "/contacts/new?source=pwa-shortcut",
            "icons": [
                {
                    "src": "/icons/icon-192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        }
    ]
}