{
  "name": "Gopi Malai Staff",
  "short_name": "GM Staff",
  "description": "Gopi Malai Employee App — Orders, Attendance, CRM, Chat",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#FEF3C7",
  "theme_color": "#C8410E",
  "orientation": "portrait",
  "scope": "/",
  "lang": "en",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Check In",
      "url": "/checkin",
      "description": "Mark your attendance"
    },
    {
      "name": "New Order",
      "url": "/orders/new",
      "description": "Create a new order"
    },
    {
      "name": "Support",
      "url": "/support",
      "description": "View support tickets"
    }
  ],
  "categories": ["business", "productivity"]
}
