{
  "name": "Cafe Chiya Munch Staff Portal",
  "short_name": "ChiyaMunch",
  "description": "Staff management system for Cafe Chiya Munch & Restaurant, Damside, Pokhara",
  "start_url": "/dashboard.php?pwa=1",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "orientation": "portrait-primary",
  "background_color": "#080f1e",
  "theme_color": "#0f766e",
  "lang": "en",
  "dir": "ltr",
  "prefer_related_applications": false,
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/includes/favicon.png",
      "sizes": "48x48",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/includes/favicon.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/includes/favicon.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/includes/favicon.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/includes/favicon.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/includes/favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/includes/favicon.png",
      "sizes": "256x256",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/includes/favicon.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/includes/favicon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "screenshots": [
    {
      "src": "/includes/favicon.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Dashboard"
    }
  ],
  "shortcuts": [
    {
      "name": "Mark Attendance",
      "short_name": "Attendance",
      "description": "Clock in/out with GPS",
      "url": "/attendance.php?pwa=1",
      "icons": [{ "src": "/includes/favicon.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "My Checklists",
      "short_name": "Checklists",
      "description": "Today's tasks",
      "url": "/checklists.php?pwa=1",
      "icons": [{ "src": "/includes/favicon.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "My Leave",
      "short_name": "Leave",
      "description": "Leave requests",
      "url": "/leaves.php?pwa=1",
      "icons": [{ "src": "/includes/favicon.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "AI Assistant",
      "short_name": "AI",
      "description": "Ask the AI assistant",
      "url": "/ai_assistant.php?pwa=1",
      "icons": [{ "src": "/includes/favicon.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "related_applications": [],
  "protocol_handlers": [],
  "share_target": {
    "action": "/dashboard.php",
    "method": "GET",
    "params": { "title": "title", "text": "text", "url": "url" }
  }
}
