{
  "name": "Hydrotek TSD Overhaul Manager",
  "short_name": "Hydrotek TSD",
  "description": "Hydrotek Engineering Technical Services Division - Workshop Work Orders, Equipment Overhaul & Test Reports",
  "start_url": "./work-orders",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#020617",
  "theme_color": "#0284c7",
  "categories": ["business", "productivity", "utilities"],
  "icons": [
    {
      "src": "./images/pwa-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./images/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "./images/pwa-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New Work Order",
      "short_name": "New WO",
      "description": "Create a new workshop equipment overhaul work order",
      "url": "./work-orders/create",
      "icons": [{ "src": "./images/pwa-icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Mishref Overhaul",
      "short_name": "Mishref",
      "description": "View Mishref pump overhaul register",
      "url": "./equipments",
      "icons": [{ "src": "./images/pwa-icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Projects & Pumps",
      "short_name": "Projects",
      "description": "View all projects and registered custom pumps",
      "url": "./custom-projects",
      "icons": [{ "src": "./images/pwa-icon-192.png", "sizes": "192x192" }]
    }
  ]
}
