{
  "name": "Land Transfer Tax Calculator",
  "short_name": "LTT Calculator",
  "description": "Calculate land transfer taxes, deed fees, and closing costs for properties across North America",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1e40af",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/Mitey.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/Mitey.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["finance", "business", "productivity"],
  "lang": "en-US",
  "dir": "ltr",
  "scope": "/",
  "prefer_related_applications": false,
  "screenshots": [
    {
      "src": "/Mitey.png",
      "sizes": "1280x720",
      "type": "image/png",
      "label": "Land Transfer Tax Calculator Interface"
    }
  ],
  "shortcuts": [
    {
      "name": "Calculator",
      "short_name": "Calculate",
      "description": "Open the land transfer tax calculator",
      "url": "/calculator",
      "icons": [
        {
          "src": "/Mitey.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Compare",
      "short_name": "Compare",
      "description": "Compare taxes across jurisdictions",
      "url": "/compare",
      "icons": [
        {
          "src": "/Mitey.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Affordability",
      "short_name": "Affordability",
      "description": "Check property affordability",
      "url": "/affordability",
      "icons": [
        {
          "src": "/Mitey.png",
          "sizes": "96x96"
        }
      ]
    }
  ]
}
