{
  "name": "BULPOP - Chat Collaboratif",
  "short_name": "BULPOP",
  "description": "Transformez vos emails en conversations temps réel avec BULPOP",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#FF6B35",
  "orientation": "portrait-primary",
  "scope": "/",
  
  // CRITICAL: Prevent Gmail/other apps from hijacking links
  "handle_links": "preferred",
  
  // PWA Window Management (Chrome 91+)
  "launch_handler": {
    "client_mode": ["navigate-new", "auto"]
  },
  
  // Protocol handler for deep links (web+bulpop://bubble/ABC)
  "protocol_handlers": [
    {
      "protocol": "web+bulpop",
      "url": "/protocol?url=%s"
    }
  ],
  
  // Shortcuts for quick access
  "shortcuts": [
    {
      "name": "Open Chat",
      "short_name": "Chat",
      "description": "Start a conversation",
      "url": "/?action=new-chat",
      "icons": [
        {
          "src": "/icons/chat-icon-96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],
  
  // Screenshots for install prompt
  "screenshots": [
    {
      "src": "/screenshots/desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    },
    {
      "src": "/screenshots/mobile.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "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-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["productivity", "business", "communication"],
  "related_applications": [],
  "prefer_related_applications": false
}
