{
  "name": "PestLog",
  "short_name": "PestLog",
  "description": "Control Inteligente de Plagas",
  "id": "/app",
  "start_url": "/app",
  "scope": "/app",
  "display": "standalone",
  "background_color": "#0b1929",
  "theme_color": "#1A3A6B",
  "orientation": "portrait",
  "categories": ["business", "productivity"],
  "screenshots": [
    {
      "src": "/app/screenshot-1.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Pantalla principal de PestLog"
    }
  ],
  "icons": [
    {
      "src": "/app/icon-192-v5.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/app/icon-512-v5.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
