{
  "name": "MetaProperty",
  "short_name": "MetaProperty",
  "id": "/",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#0b5ed7",
  "background_color": "#050b16",
  "icons": [
    {
      "src": "/images/pwa/meta-icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/images/pwa/meta-icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/images/pwa/meta-icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/images/pwa/meta-icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Browse Properties",
      "short_name": "Browse",
      "url": "/properties",
      "description": "Explore properties across regions"
    },
    {
      "name": "List a Property",
      "short_name": "List",
      "url": "/property/create",
      "description": "Create a new listing"
    }
  ]
}
