{
  "name": "TresMink EMS",
  "short_name": "TresMink",
  "description": "Employee Management System for Mink Salon",
  "id": "/",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0f172a",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "My Grooming",
      "url": "/employee/dashboard?tab=grooming",
      "description": "Upload daily grooming check"
    },
    {
      "name": "My Leaves",
      "url": "/employee/dashboard?tab=leaves",
      "description": "View and apply for leave"
    }
  ],
  "categories": ["business", "productivity"]
}
