{
  "name": "FacturaME",
  "short_name": "FacturaME",
  "description": "Sistema de Facturación e Inventario — IDEALO Studios | MIT Services",
  "start_url": "/",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#1A1A4E",
  "background_color": "#F4F4FB",
  "lang": "es-DO",
  "icons": [
    {
      "src": "img/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "finance", "productivity"],
  "shortcuts": [
    {
      "name": "Nueva Factura",
      "short_name": "Factura+",
      "description": "Crear una factura rápidamente",
      "url": "/",
      "icons": [{ "src": "img/favicon.svg", "sizes": "any" }]
    }
  ]
}
