{
    "name": "Betegar - Sistema de Gesti\u00f3n",
    "short_name": "Betegar",
    "id": "betegar-pwa-v1",
    "scope": "/",
    "background_color": "#ffffff",
    "display": "standalone",
    "display_override": [
        "window-controls-overlay",
        "standalone",
        "minimal-ui"
    ],
    "orientation": "any",
    "description": "Sistema completo de gesti\u00f3n empresarial - Inventario, ventas, cotizaciones y m\u00e1s. Funciona offline.",
    "theme_color": "#ef1515",
    "lang": "es",
    "dir": "ltr",
    "categories": [
        "business",
        "productivity",
        "finance"
    ],
    "handle_links": "preferred",
    "launch_handler": {
        "client_mode": [
            "navigate-existing",
            "auto"
        ]
    },
    "screenshots": [
        {
            "src": "images/screenshots/desktop-dashboard.png",
            "sizes": "1920x1080",
            "type": "image/png",
            "form_factor": "wide",
            "label": "Dashboard principal"
        },
        {
            "src": "images/screenshots/mobile-dashboard.png",
            "sizes": "750x1334",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "Dashboard m\u00f3vil"
        }
    ],
    "shortcuts": [
        {
            "name": "Nueva Cotizaci\u00f3n",
            "short_name": "+ Cotizaci\u00f3n",
            "description": "Crear una nueva cotizaci\u00f3n r\u00e1pidamente",
            "url": "/admin/quotes/create?utm_source=pwa_shortcut",
            "icons": [
                {
                    "src": "images/icons/quote-add.png",
                    "sizes": "96x96",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Cotizaciones",
            "short_name": "Cotizaciones",
            "description": "Ver todas las cotizaciones",
            "url": "/admin/quotes?utm_source=pwa_shortcut",
            "icons": [
                {
                    "src": "images/icons/quotes-list.png",
                    "sizes": "96x96",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Clientes",
            "short_name": "Clientes",
            "description": "Gestionar clientes",
            "url": "/admin/customers?utm_source=pwa_shortcut",
            "icons": [
                {
                    "src": "images/icons/customers.png",
                    "sizes": "96x96",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "\u00d3rdenes de Trabajo",
            "short_name": "\u00d3rdenes",
            "description": "Ver \u00f3rdenes de trabajo",
            "url": "/admin/work-orders?utm_source=pwa_shortcut",
            "icons": [
                {
                    "src": "images/icons/work-orders.png",
                    "sizes": "96x96",
                    "type": "image/png"
                }
            ]
        }
    ],
    "share_target": {
        "action": "/admin/quotes/create",
        "method": "GET",
        "enctype": "application/x-www-form-urlencoded",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url"
        }
    },
    "file_handlers": [
        {
            "action": "/admin/imports/upload",
            "accept": {
                "text/csv": [
                    ".csv"
                ],
                "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": [
                    ".xlsx"
                ]
            }
        }
    ],
    "start_url": "/login",
    "icons": [
        {
            "src": "images/pwa-144.png",
            "sizes": "144x144",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "images/pwa-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "images/pwa-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "images/pwa-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "images/pwa-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ]
}