{
  "name": "Vistaphantor Homes and Construction",
  "short_name": "Vistaphantor",
  "description": "Find your dream home with Vistaphantor's comprehensive real estate and construction services",
  "id": "vistaphantor-homes-pwa",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "minimal-ui"
  ],
  "orientation": "any",
  "background_color": "#ffffff",
  "theme_color": "#007bff",
  "dir": "auto",
  "lang": "en",
  "categories": [
    "real estate",
    "construction",
    "home services"
  ],
  "icons": [
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "/static/screenshots/home-screen.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Home screen of Vistaphantor website"
    },
    {
      "src": "/static/screenshots/property-search.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Property search interface"
    },
    {
      "src": "/static/screenshots/mobile-home.png",
      "sizes": "540x1200",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Mobile home screen"
    },
    {
      "src": "/static/screenshots/mobile-search.png",
      "sizes": "540x1200",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Mobile property search"
    }
  ],
  "shortcuts": [
    {
      "name": "Search Properties",
      "short_name": "Search",
      "description": "Search for homes and properties",
      "url": "/search",
      "icons": [
        {
          "src": "/static/android-chrome-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "My Saved Homes",
      "short_name": "Saved",
      "description": "View your saved properties",
      "url": "/saved",
      "icons": [
        {
          "src": "/static/android-chrome-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Contact Agent",
      "short_name": "Contact",
      "description": "Contact your real estate agent",
      "url": "/contact",
      "icons": [
        {
          "src": "/static/android-chrome-192x192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.vistaphantor.homes",
      "id": "com.vistaphantor.homes"
    },
    {
      "platform": "itunes",
      "url": "https://apps.apple.com/app/vistaphantor-homes/id1234567890"
    },
    {
      "platform": "windows",
      "url": "https://apps.microsoft.com/store/detail/vistaphantor-homes/1234567890"
    }
  ],
  "prefer_related_applications": false,
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": [
      "navigate-existing",
      "auto"
    ]
  },
  "edge_side_panel": {
    "preferred_width": 400
  },
  "file_handlers": [
    {
      "action": "/open-property-file",
      "accept": {
        "application/json": [
          ".vprop"
        ]
      },
      "icons": [
        {
          "src": "/static/icons/property-file-icon.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ],
      "launch_type": "single-client"
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+vistaproperty",
      "url": "/property/%s"
    },
    {
      "protocol": "web+vistaagent",
      "url": "/agent/%s"
    }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "images",
          "accept": [
            "image/*"
          ]
        },
        {
          "name": "documents",
          "accept": [
            "application/pdf"
          ]
        }
      ]
    }
  },
  "widgets": [
    {
      "name": "Property Alerts",
      "description": "Shows latest property matches based on your preferences",
      "tag": "property-alerts",
      "template": "widgets/property-alerts-template.json",
      "data": "widgets/property-alerts-data.json",
      "type": "application/json",
      "screenshots": [
        {
          "src": "/static/widgets/property-alerts-preview.png",
          "sizes": "540x400",
          "label": "Property Alerts Widget Preview"
        }
      ],
      "update": 3600
    }
  ],
  "permissions_policy": {
    "geolocation": [
      "self"
    ],
    "camera": [
      "self"
    ]
  },
  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7",
  "note_taking": {
    "new_note_url": "/notes/new?title={title}&text={text}&url={url}"
  },
  "tabs": [
    {
      "name": "Properties",
      "url": "/properties"
    },
    {
      "name": "Construction",
      "url": "/construction"
    },
    {
      "name": "Financing",
      "url": "/financing"
    },
    {
      "name": "Agents",
      "url": "/agents"
    }
  ],
  "translation": {
    "availability": [
      "en",
      "es",
      "fr",
      "zh"
    ]
  },
  "offline_enabled": true,
  "url_handlers": [
    {
      "origin": "https://vistaphantor.homes"
    }
  ]
}