{
  "name": "InvenHogar - Inventario del Hogar",
  "short_name": "InvenHogar",
  "description": "Sistema de inventario del hogar con sincronización Google Sheets, entrada por voz y código de barras",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2563EB",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "utilities"],
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Agregar por Voz",
      "short_name": "Por Voz",
      "description": "Agregar un producto usando entrada de voz",
      "url": "/#voice",
      "icons": [
        { "src": "/icons/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml" }
      ]
    },
    {
      "name": "Inventario",
      "short_name": "Ver Inventario",
      "description": "Ver todos los productos",
      "url": "/#inventory",
      "icons": [
        { "src": "/icons/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml" }
      ]
    }
  ],
  "lang": "es"
}
