{
  "id": "/",
  "name": "Awaken Homes",
  "short_name": "Awaken",
  "description": "Next-gen property platform for clarity, speed, and trust.",
  "lang": "en",
  "dir": "ltr",

  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "orientation": "portrait-primary",

  "background_color": "#060A0C",
  "theme_color": "#00F0FF",
  "categories": ["business", "real estate", "lifestyle", "productivity"],

  "icons": [
    {
      "src": "/favicon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],

  "shortcuts": [
    {
      "name": "Projects",
      "short_name": "Projects",
      "url": "/projects",
      "description": "Explore our latest projects and presales"
    },
    {
      "name": "Book Inspection",
      "short_name": "Inspection",
      "url": "/inspection",
      "description": "Schedule a property inspection"
    }
  ],

  "prefer_related_applications": false,
  "related_applications": []
}
