{
  "name": "AutoLog — Everything your car needs",
  "short_name": "AutoLog",
  "description": "Keep your vehicle's service history, MOT, tax and maintenance in one place, with reminders before anything is due.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#05080f",
  "theme_color": "#05080f",
  "categories": ["productivity", "utilities", "lifestyle"],
  "lang": "en-GB",
  "dir": "ltr",
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "What's due across your garage",
      "url": "/dashboard",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Reminders",
      "short_name": "Reminders",
      "description": "Everything coming up or overdue",
      "url": "/reminders",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Business mileage",
      "short_name": "Mileage",
      "description": "Log a journey",
      "url": "/mileage",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
