{
  "name": "Parry Group Manager Hub",
  "short_name": "PGR Hub",
  "description": "Parry Group Operations Platform — Manager tools and performance tracking",
  "start_url": "/manager_hub.html",
  "display": "standalone",
  "background_color": "#0d0f14",
  "theme_color": "#0d0f14",
  "orientation": "portrait-primary",
  "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": "Pre-Shift Tool",
      "short_name": "Pre-Shift",
      "url": "/preshift_tool.html",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Post-Shift Tool",
      "short_name": "Post-Shift",
      "url": "/postshift_tool.html",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Performance Index",
      "short_name": "MPI",
      "url": "/mpi_tool.html",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    }
  ],
  "categories": ["business", "productivity"]
}
