{
  "$comment": "Every URL here is relative to this file, so the same manifest works whether the app is served from the domain root or from a NEXT_PUBLIC_BASE_PATH sub-path.",
  "id": "./",
  "name": "DutyGuard",
  "short_name": "DutyGuard",
  "description": "Check an overtime duty against drivers' hours, working time and your own limits before you accept it.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0a0e14",
  "theme_color": "#0a0e14",
  "lang": "en-GB",
  "dir": "ltr",
  "categories": ["productivity", "utilities"],
  "icons": [
    { "src": "./icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" },
    { "src": "./icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "./icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "./apple-touch-icon.png", "sizes": "180x180", "type": "image/png", "purpose": "any" }
  ],
  "shortcuts": [
    { "name": "Check an overtime duty", "short_name": "Overtime", "url": "./overtime/" },
    { "name": "This week", "short_name": "Week", "url": "./week/" }
  ]
}
