{
  "name": "Grappolo CRM",
  "short_name": "Grappolo",
  "description": "Registro de clientes de Trattoria Grappolo sincronizado con Google Sheets.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#1a1008",
  "theme_color": "#1a1008",
  "lang": "es",
  "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": "Registrar cliente", "short_name": "Registrar", "url": "./registro.html" }
  ]
}
