{
  "name": "Jaarvish - Team Workspace & CRM",
  "short_name": "Jaarvish",
  "description": "Enterprise-grade team collaboration, real-time chat, project management, CRM, video meetings, and internal communications platform.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "background_color": "#1A222C",
  "theme_color": "#3C50E0",
  "orientation": "any",
  "dir": "ltr",
  "lang": "en",
  "categories": ["productivity", "business", "utilities"],
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "64x64",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Team Chat",
      "short_name": "Chat",
      "description": "Open direct messages and team channels",
      "url": "/chat",
      "icons": [{ "src": "/icons/icon-192.svg", "sizes": "192x192" }]
    },
    {
      "name": "Projects & Tasks",
      "short_name": "Projects",
      "description": "View project workflows and tasks",
      "url": "/projects",
      "icons": [{ "src": "/icons/icon-192.svg", "sizes": "192x192" }]
    },
    {
      "name": "Internal Mail",
      "short_name": "Mail",
      "description": "Check your internal company emails",
      "url": "/mail",
      "icons": [{ "src": "/icons/icon-192.svg", "sizes": "192x192" }]
    },
    {
      "name": "Video Meetings",
      "short_name": "Meetings",
      "description": "Join and start video conference meetings",
      "url": "/meetings",
      "icons": [{ "src": "/icons/icon-192.svg", "sizes": "192x192" }]
    }
  ],
  "share_target": {
    "action": "/chat",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "shared_title",
      "text": "shared_text",
      "url": "shared_url"
    }
  }
}
