{
  "name": "Site — construction management",
  "short_name": "Site",
  "description": "Site diary, timesheets, snagging, quality checks and vehicle checks. Works offline.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#F4F6FA",
  "theme_color": "#1B3A5C",
  "categories": ["business", "productivity", "utilities"],
  "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-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Clock in", "url": "./index.html#/time", "description": "Start your shift" },
    { "name": "New check", "url": "./index.html#/checks", "description": "Fill in a check sheet" },
    { "name": "Report a snag", "url": "./index.html#/snags", "description": "Raise a defect" }
  ]
}
