{
  "name": "LawFirmSquare.com",
  "short_name": "LawFirmSquare",
  "description": "Find a lawyer by your situation, not legal jargon. 100 US cities, 30 legal needs.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0b1120",
  "theme_color": "#0b1120",
  "lang": "en-US",
  "categories": [
    "business",
    "lifestyle",
    "legal",
    "directory"
  ],
  "icons": [
    {
      "src": "/assets/img/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/assets/img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/img/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Free consultation",
      "url": "/free-consultation/",
      "description": "Request a free initial call with a vetted firm"
    },
    {
      "name": "Browse legal needs",
      "url": "/need/"
    },
    {
      "name": "Browse cities",
      "url": "/cities/"
    }
  ]
}