{
    "name":  "BNK Realtor - The Transparent Way to Invest in Premium Real Estate.",
    "short_name":  "BNK Realtor",
    "description":  "Invest in premium real estate with AI-powered consultancy. Explore luxury properties, calculate EMI, get expert advice.",
    "start_url":  "/",
    "display":  "standalone",
    "background_color":  "#ffffff",
    "theme_color":  "#1a1a1a",
    "scope":  "/",
    "icons":  [
                  {
                      "src":  "/favicon-192.png",
                      "sizes":  "192x192",
                      "type":  "image/png"
                  },
                  {
                      "src":  "/favicon-512.png",
                      "sizes":  "512x512",
                      "type":  "image/png"
                  }
              ],
    "screenshots":  [
                        {
                            "src":  "/screenshot-1.png",
                            "sizes":  "540x720",
                            "type":  "image/png",
                            "form_factor":  "narrow"
                        },
                        {
                            "src":  "/screenshot-2.png",
                            "sizes":  "1280x720",
                            "type":  "image/png",
                            "form_factor":  "wide"
                        }
                    ],
    "categories":  [
                       "real-estate",
                       "finance"
                   ],
    "shortcuts":  [
                      {
                          "name":  "View Properties",
                          "short_name":  "Properties",
                          "description":  "View available properties",
                          "url":  "/properties",
                          "icons":  [
                                        {
                                            "src":  "/favicon-192.png",
                                            "sizes":  "192x192",
                                            "type":  "image/png"
                                        }
                                    ]
                      },
                      {
                          "name":  "EMI Calculator",
                          "short_name":  "EMI",
                          "description":  "Calculate home loan EMI",
                          "url":  "/emi-calculator",
                          "icons":  [
                                        {
                                            "src":  "/favicon-192.png",
                                            "sizes":  "192x192",
                                            "type":  "image/png"
                                        }
                                    ]
                      }
                  ]
}