{
  "name": "ComTrack – Commission Tracker",
  "short_name": "ComTrack",
  "description": "Track and manage insurance commissions. Stay connected with your team via Chats.",
  "start_url": "/chat",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#217346",
  "categories": ["business", "finance"],
  "icons": [
    {
      "src": "/pwa-icon-192.png?v=3",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa-icon-512.png?v=3",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa-icon-maskable.png?v=3",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Open Chats",
      "short_name": "Chats",
      "description": "Jump directly to the team chat",
      "url": "/chat?tab=home",
      "icons": [{ "src": "/pwa-icon-192.png?v=3", "sizes": "192x192" }]
    }
  ]
}
