{
  "name": "Tax Reclaim - Withholding Tax Recovery",
  "short_name": "Tax Reclaim",
  "description": "Calculate and reclaim overpaid withholding tax on international dividends and interest.",
  "start_url": "/",
  "scope": "/",
  "id": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#f6f4ef",
  "theme_color": "#7c3a64",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/favicon.svg?v=3",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/favicon-32x32.png?v=3",
      "sizes": "32x32",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon-192x192.png?v=3",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon-512x512.png?v=3",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/og-image.png?v=3",
      "sizes": "1200x630",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Tax Reclaim homepage"
    }
  ],
  "categories": ["finance", "business", "productivity"],
  "lang": "en",
  "dir": "ltr",
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View your tax claims dashboard",
      "url": "/dashboard",
      "icons": [{ "src": "/favicon-192x192.png?v=3", "sizes": "192x192" }]
    },
    {
      "name": "New Claim",
      "short_name": "New Claim",
      "description": "Start a new tax reclaim",
      "url": "/claims",
      "icons": [{ "src": "/favicon-192x192.png?v=3", "sizes": "192x192" }]
    },
    {
      "name": "Contact Support",
      "short_name": "Contact",
      "description": "Get help from our support team",
      "url": "/contact",
      "icons": [{ "src": "/favicon-192x192.png?v=3", "sizes": "192x192" }]
    }
  ],
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": "navigate-existing"
  }
}
