{
  "name": "LegalLink - Find Verified Lawyers",
  "short_name": "LegalLink",
  "description": "Verified Legal Trust Infrastructure - Connect with trusted lawyers online",
  "start_url": "/",
  "display": "standalone",
  "scope": "/",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#0a0a0a",
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "192x192 512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/icon.svg",
      "type": "image/svg+xml",
      "sizes": "540x720",
      "form_factor": "narrow"
    },
    {
      "src": "/icon.svg",
      "type": "image/svg+xml",
      "sizes": "1280x720",
      "form_factor": "wide"
    }
  ],
  "categories": [
    "productivity",
    "business"
  ],
  "shortcuts": [
    {
      "name": "Find a Lawyer",
      "short_name": "Lawyers",
      "description": "Search and book verified lawyers",
      "url": "/lawyers",
      "icons": [
        {
          "src": "/icon-192x192.png",
          "type": "image/png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "AI Legal Assistant",
      "short_name": "Assistant",
      "description": "Get instant legal guidance",
      "url": "/assistant",
      "icons": [
        {
          "src": "/icon-192x192.png",
          "type": "image/png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}