{
  "name": "JonnyAI FM Control Hub",
  "short_name": "FM Control",
  "description": "Facilities-management, statutory compliance, work order and mobile engineer operations for the estate.",
  "start_url": "/mobile",
  "display": "standalone",
  "background_color": "#0d1f3c",
  "theme_color": "#14b8b8",
  "orientation": "any",
  "scope": "/",
  "lang": "en-GB",
  "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"
    },
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "screenshots": [],
  "categories": [
    "business",
    "productivity",
    "utilities"
  ],
  "shortcuts": [
    {
      "name": "Engineer Mobile",
      "short_name": "Mobile",
      "description": "Open assigned work orders for field engineers.",
      "url": "/mobile",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Raise Work Order",
      "short_name": "Raise job",
      "description": "Create a reactive maintenance request.",
      "url": "/work-orders/new",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Open the FM Control Hub dashboard.",
      "url": "/dashboard",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
