{
  "name": "CheckAuto — Used Car Inspection",
  "short_name": "CheckAuto",
  "description": "Free used car inspection checklist generator. Buy with confidence — 65+ checks, every make & model, 3 languages.",
  "icons": [
    { "src": "/images/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/images/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/images/icon-192-maskable.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/images/icon-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "screenshots": [
    { "src": "/images/og-default.png", "sizes": "1200x630", "type": "image/png", "form_factor": "wide", "label": "CheckAuto homepage" }
  ],
  "theme_color": "#0B0B0E",
  "background_color": "#0B0B0E",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "browser"],
  "orientation": "any",
  "scope": "/",
  "start_url": "/?source=pwa",
  "id": "/",
  "lang": "en",
  "dir": "ltr",
  "categories": ["utilities", "lifestyle", "productivity"],
  "shortcuts": [
    { "name": "New Inspection", "short_name": "Inspect", "description": "Start a new vehicle inspection", "url": "/en/checklist", "icons": [{ "src": "/images/icon-192.png", "sizes": "192x192", "type": "image/png" }] },
    { "name": "Analyze Listing", "short_name": "Analyze", "description": "Analyze a car listing for red flags", "url": "/en/analyzer", "icons": [{ "src": "/images/icon-192.png", "sizes": "192x192", "type": "image/png" }] },
    { "name": "Buying Guides", "short_name": "Guides", "description": "Expert guides for buying used cars", "url": "/en/guides", "icons": [{ "src": "/images/icon-192.png", "sizes": "192x192", "type": "image/png" }] }
  ],
  "handle_links": "preferred",
  "launch_handler": { "client_mode": "navigate-existing" },
  "edge_side_panel": { "preferred_width": 400 },
  "protocol_handlers": [{ "protocol": "web+checkauto", "url": "/en/checklist?url=%s" }],
  "share_target": {
    "action": "/en/analyzer",
    "method": "GET",
    "params": { "title": "title", "text": "text", "url": "url" }
  },
  "related_applications": [],
  "prefer_related_applications": false
}
