{
  "name": "PJ.sg - Singapore Property Search",
  "short_name": "PJ.sg",
  "description": "AI-powered Singapore property search for HDB & condo resale listings with instant deal insights",
  "start_url": "/en",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0D7377",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["lifestyle", "shopping", "business"],
  "icons": [
    {
      "src": "/favicon-32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/favicon-48.png",
      "sizes": "48x48",
      "type": "image/png"
    },
    {
      "src": "/app-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/app-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/home.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "PJ.sg Home Screen"
    },
    {
      "src": "/screenshots/listings.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Property Listings"
    },
    {
      "src": "/screenshots/ai-chat.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Ask PJ AI Assistant"
    }
  ],
  "shortcuts": [
    {
      "name": "Search Properties",
      "short_name": "Search",
      "description": "Search for HDB and condo listings",
      "url": "/en/listings",
      "icons": [{ "src": "/icons/shortcut-search.svg", "sizes": "96x96", "type": "image/svg+xml" }]
    },
    {
      "name": "Ask PJ",
      "short_name": "Ask PJ",
      "description": "Chat with PJ AI assistant",
      "url": "/en/ai",
      "icons": [{ "src": "/icons/shortcut-chat.svg", "sizes": "96x96", "type": "image/svg+xml" }]
    },
    {
      "name": "Saved Properties",
      "short_name": "Saved",
      "description": "View your saved properties",
      "url": "/en/account/saved",
      "icons": [{ "src": "/icons/shortcut-saved.svg", "sizes": "96x96", "type": "image/svg+xml" }]
    },
    {
      "name": "Valuation Tool",
      "short_name": "Valuation",
      "description": "Get instant property valuation",
      "url": "/en/valuation",
      "icons": [{ "src": "/icons/shortcut-valuation.svg", "sizes": "96x96", "type": "image/svg+xml" }]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "edge_side_panel": {
    "preferred_width": 400
  }
}