{
  "name": "howlongdoes.app — Legal Reference",
  "short_name": "HowLongDoes",
  "description": "State-by-state US legal reference. Instant answers to common legal questions.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0d1e3d",
  "theme_color": "#0d1e3d",
  "orientation": "portrait-primary",
  "lang": "en-US",
  "categories": ["education", "utilities"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Personal Injury Statute",
      "short_name": "Injury",
      "description": "How long to file a personal injury lawsuit",
      "url": "/personal-injury/",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Traffic Ticket Record",
      "short_name": "Traffic",
      "description": "How long a traffic ticket stays on your record",
      "url": "/traffic-ticket/",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Security Deposit Return",
      "short_name": "Deposit",
      "description": "How long a landlord has to return your deposit",
      "url": "/security-deposit/",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
