{
  "name": "Neon Safety Compliance Manager",
  "short_name": "Neon Safety",
  "description": "Test and tag, fire safety, RCD testing and emergency lighting compliance, by Neon Safety.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1a2e5a",
  "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": "Scan a sticker",
      "short_name": "Scan",
      "description": "Scan a location sticker to open its items",
      "url": "./?action=scan",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Search everything",
      "short_name": "Search",
      "description": "Search customers, equipment, jobs and invoices",
      "url": "./?action=search",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Book a job",
      "short_name": "New job",
      "description": "Book a new job on the calendar",
      "url": "./?action=newjob",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
