{
  "name": "California Motorcycle Accidents",
  "short_name": "CaMotoCrash",
  "description": "Information & Resources for California Motorcycle Accident Victims",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a1535",
  "theme_color": "#0c3182",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "categories": ["education", "legal", "utilities"],
  "shortcuts": [
    {
      "name": "Accident Checklist",
      "short_name": "Checklist",
      "description": "Open the interactive accident checklist",
      "url": "/checklist",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Accident Guide",
      "short_name": "Guide",
      "description": "What to do after a crash",
      "url": "/accident-guide",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
