{
    "name": "MegaOptica",
    "short_name": "MegaOptica",
    "description": "Software integral para ópticas en Panamá: pacientes, recetas, inventario, POS y facturación electrónica DGI.",
    "start_url": "/dashboard",
    "scope": "/",
    "display": "standalone",
    "orientation": "any",
    "background_color": "#0E7490",
    "theme_color": "#0E7490",
    "lang": "es-PA",
    "categories": ["business", "medical", "productivity"],
    "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-maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Punto de venta",
            "short_name": "POS",
            "url": "/pos",
            "icons": [{ "src": "/icons/shortcut-pos.png", "sizes": "96x96", "type": "image/png" }]
        },
        {
            "name": "Pacientes",
            "short_name": "Pacientes",
            "url": "/pacientes",
            "icons": [{ "src": "/icons/shortcut-pacientes.png", "sizes": "96x96", "type": "image/png" }]
        },
        {
            "name": "Citas",
            "short_name": "Citas",
            "url": "/citas",
            "icons": [{ "src": "/icons/shortcut-citas.png", "sizes": "96x96", "type": "image/png" }]
        }
    ]
}
