{
  "name": "Toyota Los Fuertes CRM",
  "short_name": "Toyota CRM",
  "id": "/login/",
  "start_url": "/login/",
  "display": "standalone",
  "background_color": "#f1f5f9",
  "theme_color": "#EB0A1E",
  "scope": "/",
  "icons": [
    {
      "src": "/static/taller/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/taller/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/static/taller/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/taller/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/static/taller/og-card.png",
      "sizes": "1200x630",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Toyota CRM Desktop Home"
    },
    {
      "src": "/static/taller/fondo-login.png",
      "sizes": "1920x1280",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Toyota CRM Login Screen"
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+toyotacrm",
      "url": "/taller/abrir-protocolo/?uri=%s"
    }
  ]
}