{
  "id": "/",
  "name": "Mart4Trade Manager",
  "short_name": "M4T Manager",
  "description": "Staff ERP for Mart4Trade — HR, attendance, payroll, CRM and lead management in one app.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#2e3192",
  "lang": "en-IN",
  "dir": "ltr",
  "categories": ["business", "productivity"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/static/favicons/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/favicons/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/favicons/maskable-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Attendance",
      "short_name": "Attendance",
      "url": "/attendance/attendance-view/",
      "icons": [{ "src": "/static/favicons/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "My Profile",
      "short_name": "Profile",
      "url": "/employee/employee-profile/",
      "icons": [{ "src": "/static/favicons/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "My Leave Requests",
      "short_name": "Leave",
      "url": "/leave/user-request-view/",
      "icons": [{ "src": "/static/favicons/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "CRM",
      "short_name": "CRM",
      "url": "/crm/",
      "icons": [{ "src": "/static/favicons/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
