{
  "name": "MyCarPassport",
  "short_name": "MyCarPassport",
  "description": "Digital vehicle history verification: build a trusted record of your car's maintenance and services.",
  "id": "/app",
  "start_url": "/app",
  "scope": "/",
  "display": "standalone",
  "background_color": "#f0f0ee",
  "theme_color": "#0f2a3a",
  "orientation": "portrait-primary",
  "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-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/images/screenshot-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "MyCarPassport homepage on desktop - digital service history platform"
    },
    {
      "src": "/images/screenshot-mobile.png",
      "sizes": "375x812",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Owner home screen with active vehicle, trust score and bottom navigation"
    }
  ],
  "categories": ["auto", "lifestyle", "utilities"]
}
