{
  "name": "AiTCRM",
  "short_name": "AiTCRM",
  "description": "MSP CRM Platform — Sales, Support, Projects, Billing",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#191919",
  "theme_color": "#191919",
  "categories": ["business", "productivity"],
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png" },
    { "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml" },
    { "src": "/icon-maskable.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Home",
      "description": "Go to main dashboard",
      "url": "/dashboard",
      "icons": [{ "src": "/icon.svg", "sizes": "96x96" }]
    },
    {
      "name": "New Ticket",
      "short_name": "Ticket",
      "description": "Create a new support ticket",
      "url": "/tickets/new",
      "icons": [{ "src": "/icon.svg", "sizes": "96x96" }]
    },
    {
      "name": "AI Assistant",
      "short_name": "AI Chat",
      "description": "Open the AI assistant",
      "url": "/ai-chat",
      "icons": [{ "src": "/icon.svg", "sizes": "96x96" }]
    }
  ]
}
