{
  "id": "/?source=pwa",
  "name": "Truck Accident Settlement Calculator",
  "short_name": "Truck Calc",
  "description": "Free semi-truck accident settlement calculator — estimate compensation based on state law, injury severity & FMCSA violations.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "theme_color": "#0d1b3e",
  "background_color": "#0d1b3e",
  "orientation": "any",
  "lang": "en-US",
  "categories": ["legal", "utilities"],
  "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-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Truck Accident Settlement Calculator — Desktop"
    },
    {
      "src": "/screenshots/mobile.png",
      "sizes": "390x780",
      "type": "image/png",
      "label": "Truck Accident Settlement Calculator — Mobile"
    }
  ],
  "shortcuts": [
    {
      "name": "Settlement Calculator",
      "short_name": "Calculator",
      "description": "Jump straight to the 5-step settlement calculator",
      "url": "/#calculator",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Browse by State",
      "short_name": "By State",
      "description": "Find state-specific truck accident laws and SOL",
      "url": "/states/",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
