{
  "name": "SIIMaster",
  "short_name": "SIIMaster",
  "description": "Asesor contable tributario chileno con IA",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1e40af",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Nueva entidad",
      "short_name": "Conectar",
      "description": "Conectar empresa o RUT al SII",
      "url": "/entidades/nueva",
      "icons": [{ "src": "/icon.svg", "sizes": "any" }]
    },
    {
      "name": "Mis entidades",
      "short_name": "Entidades",
      "description": "Ver mis empresas conectadas",
      "url": "/entidades",
      "icons": [{ "src": "/icon.svg", "sizes": "any" }]
    }
  ],
  "categories": ["finance", "business", "productivity"],
  "lang": "es-CL"
}
