{
  "name": "Listmyproperty.ng — Nigeria's Property Marketplace",
  "short_name": "ListMyProp",
  "description": "Find, verify and move into your next home in Nigeria. Verified listings for rent, sale, shortlet and land across all 36 states + FCT.",
  "id": "/",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "background_color": "#0B3D2E",
  "theme_color": "#0B3D2E",
  "orientation": "portrait-primary",
  "lang": "en",
  "categories": ["business", "lifestyle", "shopping"],
  "icons": [
    { "src": "/assets/img/icons/web-app-manifest-192x192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/assets/img/icons/web-app-manifest-192x192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/assets/img/icons/web-app-manifest-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/assets/img/icons/web-app-manifest-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "List a Property",
      "short_name": "List",
      "url": "/list-property",
      "icons": [{ "src": "/assets/img/icons/web-app-manifest-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Search Properties",
      "short_name": "Search",
      "url": "/properties",
      "icons": [{ "src": "/assets/img/icons/web-app-manifest-192x192.png", "sizes": "192x192" }]
    }
  ]
}