{
  "name": "MTransfer - Railway Management System",
  "short_name": "MTransfer",
  "description": "Railway transfer matching application for seamless job transfers",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#fdba12",
  "background_color": "#f8f7f5",
  "categories": ["business", "productivity"],
  "lang": "en",
  "icons": [
    {
      "src": "/vite.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/vite.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/vite.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/vite.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "form_factor": "wide"
    },
    {
      "src": "/vite.svg", 
      "sizes": "any",
      "type": "image/svg+xml",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "Notifications",
      "short_name": "Alerts",
      "description": "View your notifications",
      "url": "/notifications",
      "icons": [
        {
          "src": "/vite.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Search Users",
      "short_name": "Search",
      "description": "Find potential transfer matches",
      "url": "/search",
      "icons": [
        {
          "src": "/vite.svg",
          "sizes": "any", 
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Profile",
      "short_name": "Profile",
      "description": "Edit your profile",
      "url": "/profile",
      "icons": [
        {
          "src": "/vite.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    }
  ],
  "prefer_related_applications": false,
  "related_applications": [],
  "edge_side_panel": {
    "preferred_width": 400
  },
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  }
}