{
  "id": "/",
  "name": "goodjob",
  "short_name": "goodjob",
  "description": "Track and manage the upkeep of your fleet of bikes.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#111827",
  "theme_color": "#111827",
  "categories": ["productivity", "utilities"],
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "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-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/fleet-wide.png",
      "sizes": "1536x1024",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Fleet overview"
    },
    {
      "src": "/screenshots/bike-narrow.png",
      "sizes": "1024x1536",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Bike parts and service"
    }
  ],
  "shortcuts": [
    {
      "name": "Fleet",
      "short_name": "Fleet",
      "description": "View and manage your bikes",
      "url": "/fleet"
    },
    {
      "name": "Rides",
      "short_name": "Rides",
      "description": "Browse and log rides",
      "url": "/rides/all"
    },
    {
      "name": "Log a service entry",
      "short_name": "Service",
      "description": "Open service entries",
      "url": "/service-entries"
    }
  ]
}
