{
  "name": "XPS Intelligence Platform",
  "short_name": "XPS",
  "description": "Autonomous Lead Generation & AI Control Platform",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#000000",
  "theme_color": "#FFD700",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "./icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Chat",
      "short_name": "Chat",
      "description": "Open the chat interface",
      "url": "./chat/",
      "icons": [{ "src": "./icons/chat-icon.png", "sizes": "96x96" }]
    },
    {
      "name": "Leads",
      "short_name": "Leads",
      "description": "View leads",
      "url": "./leads/",
      "icons": [{ "src": "./icons/leads-icon.png", "sizes": "96x96" }]
    }
  ]
}
