{
  "name": "Management Onsite",
  "short_name": "MgtOnsite",
  "description": "Construction project management and time tracking system",
  "start_url": "./index.php",
  "scope": "./",
  "display": "standalone",
  "background_color": "#2C3E50",
  "theme_color": "#FF6B35",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "favicon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "productivity", "utilities"],
  "lang": "en",
  "dir": "ltr",
  "shortcuts": [
    {
      "name": "Dashboard",
      "url": "./pages/dashboard.php",
      "description": "View Dashboard"
    },
    {
      "name": "Projects",
      "url": "./pages/projects.php",
      "description": "View Projects"
    },
    {
      "name": "Timesheets",
      "url": "./pages/timesheets.php",
      "description": "View Timesheets"
    }
  ]
}
