{
  "name": "TicketAppealNow",
  "short_name": "TicketAppeal",
  "description": "Fight your traffic and parking tickets with professional appeal letters",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2563EB",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "categories": ["legal", "utilities", "productivity"],
  "shortcuts": [
    {
      "name": "Start Appeal",
      "short_name": "Appeal",
      "description": "Create a new ticket appeal",
      "url": "/appeal",
      "icons": [{ "src": "/icon.svg", "sizes": "192x192" }]
    },
    {
      "name": "Find Lawyer",
      "short_name": "Lawyer",
      "description": "Get connected with a traffic attorney",
      "url": "/contact",
      "icons": [{ "src": "/icon.svg", "sizes": "192x192" }]
    }
  ]
}
