{
  "name": "Dwelfy - UK Property Investment Platform",
  "short_name": "Dwelfy",
  "description": "Search 1.2M+ UK properties with instant ROI calculations, rental yield analysis, and investment heat maps. The smartest way to find and analyse property investments.",
  "start_url": "/?source=pwa",
  "id": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "background_color": "#0a0a0a",
  "theme_color": "#4F46E5",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en-GB",
  "dir": "ltr",
  "categories": ["finance", "business", "productivity", "lifestyle"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-maskable-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Search Properties",
      "short_name": "Search",
      "description": "Search 1.2M+ UK properties",
      "url": "/properties?source=pwa_shortcut",
      "icons": [{ "src": "/icons/shortcut-search.png", "sizes": "96x96" }]
    },
    {
      "name": "Buy Properties",
      "short_name": "Buy",
      "description": "Properties for sale",
      "url": "/properties-for-sale?source=pwa_shortcut",
      "icons": [{ "src": "/icons/shortcut-buy.png", "sizes": "96x96" }]
    },
    {
      "name": "Rent Properties",
      "short_name": "Rent",
      "description": "Properties to rent",
      "url": "/properties-to-rent?source=pwa_shortcut",
      "icons": [{ "src": "/icons/shortcut-rent.png", "sizes": "96x96" }]
    },
    {
      "name": "ROI Calculator",
      "short_name": "Calculator",
      "description": "Calculate investment returns",
      "url": "/roi-calculator?source=pwa_shortcut",
      "icons": [{ "src": "/icons/shortcut-calc.png", "sizes": "96x96" }]
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/mobile-home.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Dwelfy Home - Property Search"
    },
    {
      "src": "/screenshots/mobile-search.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Property Search Results"
    },
    {
      "src": "/screenshots/mobile-property.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Property Details with ROI Analysis"
    },
    {
      "src": "/screenshots/desktop-home.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Dwelfy Desktop Experience"
    },
    {
      "src": "/screenshots/desktop-search.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Advanced Property Search"
    }
  ],
  "related_applications": [],
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },
  "edge_side_panel": {
    "preferred_width": 400
  },
  "share_target": {
    "action": "/share-target",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+dwelfy",
      "url": "/protocol?type=%s"
    }
  ]
}
