{
  "name": "Rental Yield Calculator",
  "short_name": "Rental Yield",
  "description": "Calculate gross and net rental yield on your investment property.",
  "start_url": "/real-estate/rental-yield-calculator/",
  "scope": "/real-estate/rental-yield-calculator/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#f9fafb",
  "theme_color": "#0284c7",
  "lang": "en",
  "categories": [
    "productivity",
    "utilities",
    "real-estate"
  ],
  "icons": [
    {
      "src": "/icons/rental-yield-calculator-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/rental-yield-calculator-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}