{
  "name": "LandShop",
  "short_name": "LandShop",
  "description": "Own land, build freedom, and live your legacy with LandShop.",
  "id": "/",
  "lang": "en-US",
  "dir": "ltr",
  "scope": "/",
  "start_url": "/?source=pwa",
  "display": "standalone",
  "display_override": ["standalone", "browser"],
  "background_color": "#f5eee2",
  "theme_color": "#f5eee2",
  "orientation": "portrait-primary",
  "categories": ["business", "productivity", "navigation"],
  "prefer_related_applications": false,
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "screenshots": [
    {
      "src": "/pwa-screenshot-wide.jpg",
      "sizes": "1274x720",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "LandShop desktop app preview"
    },
    {
      "src": "/pwa-screenshot-narrow.jpg",
      "sizes": "384x844",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "LandShop mobile app preview"
    }
  ],
  "shortcuts": [
    {
      "name": "Explore",
      "short_name": "Explore",
      "description": "Search land, stays, venues, and land opportunities.",
      "url": "/explore?source=pwa_shortcut",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Marketplace",
      "short_name": "Market",
      "description": "Browse land-life goods, local food, tools, and equipment.",
      "url": "/marketplace?source=pwa_shortcut",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Services",
      "short_name": "Services",
      "description": "Find local pros for land planning, site prep, utilities, and builds.",
      "url": "/services?source=pwa_shortcut",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Community",
      "short_name": "Community",
      "description": "Open LandShop community posts and discussions.",
      "url": "/community?source=pwa_shortcut",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Open your LandShop dashboard.",
      "url": "/dashboard?source=pwa_shortcut",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Hunt",
      "short_name": "Hunt",
      "description": "Open Hunt by LandShop.",
      "url": "/hunt?source=pwa_shortcut",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon.ico",
      "sizes": "32x32",
      "type": "image/x-icon",
      "purpose": "any"
    },
    {
      "src": "/apple-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
