{
  "name": "Prism CRM",
  "short_name": "Prism",
  "description": "Revenue intelligence platform for creative agencies",
  "start_url": "/agency",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "orientation": "portrait-primary",
  "background_color": "#04040a",
  "theme_color": "#04040a",
  "categories": ["business", "productivity"],
  "lang": "es",
  "scope": "/",
  "id": "/agency",
  "icons": [
    { "src": "/icons/icon-72.png",   "sizes": "72x72",     "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-96.png",   "sizes": "96x96",     "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-128.png",  "sizes": "128x128",   "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-144.png",  "sizes": "144x144",   "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-152.png",  "sizes": "152x152",   "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-180.png",  "sizes": "180x180",   "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-192.png",  "sizes": "192x192",   "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-256.png",  "sizes": "256x256",   "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-384.png",  "sizes": "384x384",   "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512.png",  "sizes": "512x512",   "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-maskable-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Pipeline",
      "short_name": "Pipeline",
      "description": "Abrir vista Kanban",
      "url": "/org/default/pipeline",
      "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "Nuevo Lead",
      "short_name": "Nuevo Lead",
      "description": "Agregar lead rápido",
      "url": "/org/default/leads?new=1",
      "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96" }]
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/desktop-dashboard.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Dashboard de agencia"
    },
    {
      "src": "/screenshots/mobile-pipeline.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Pipeline Kanban"
    }
  ]
}
