{
  "name": "FMIQ — Facilities Management",
  "short_name": "FMIQ",
  "description": "Log jobs, run inspections and close out work on site, with or without a connection.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#279CBE",
  "background_color": "#F5F5F7",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Log a job",
      "short_name": "Log job",
      "description": "Report an issue in plain words",
      "url": "/service-request"
    },
    {
      "name": "My jobs",
      "short_name": "My jobs",
      "description": "Work assigned to me today",
      "url": "/my-jobs"
    },
    {
      "name": "Start an inspection",
      "short_name": "Inspect",
      "description": "Run a checklist on site",
      "url": "/inspections"
    }
  ]
}
