{
  "name": "RealEstatoshi: Bitcoin Real Estate Marketplace",
  "short_name": "RealEstatoshi",
  "description": "The first Bitcoin-native & Bitcoin only digital real estate marketplace, promoting Bitcoin payments and hyperbitcoinization",
  "start_url": "/?source=pwa",
  "display": "standalone",
  "background_color": "#FFFFFF",
  "theme_color": "#3B82F6",
  "orientation": "any",
  "scope": "/",
  "lang": "es-ES"
  "dir": "ltr",
  "categories": ["real estate", "bitcoin", "marketplace", "finance"],
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512x512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/marketplace-desktop.jpg",
      "sizes": "1280x800",
      "type": "image/jpeg",
      "form_factor": "wide"
    },
    {
      "src": "/screenshots/property-details-desktop.jpg",
      "sizes": "1280x800",
      "type": "image/jpeg",
      "form_factor": "wide"
    },
    {
      "src": "/screenshots/marketplace-mobile.jpg",
      "sizes": "750x1334",
      "type": "image/jpeg",
      "form_factor": "narrow"
    },
    {
      "src": "/screenshots/wallet-mobile.jpg",
      "sizes": "750x1334",
      "type": "image/jpeg",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "View Map",
      "short_name": "Map",
      "description": "Open the interactive property map",
      "url": "/marketplace?view=map",
      "icons": [{ "src": "/icons/map-shortcut.png", "sizes": "96x96" }]
    },
    {
      "name": "My Transactions",
      "short_name": "Transactions",
      "description": "Track your transactions",
      "url": "/wallet",
      "icons": [{ "src": "/icons/wallet-shortcut.png", "sizes": "96x96" }]
    },
    {
      "name": "Create Listing",
      "short_name": "New Listing",
      "description": "Create a property listing",
      "url": "/create",
      "icons": [{ "src": "/icons/create-shortcut.png", "sizes": "96x96" }]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },
  "edge_side_panel": {
    "preferred_width": 400
  },
  "offline_enabled": true,
  "share_target": {
    "action": "/create",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "description",
      "url": "propertyUrl"
    }
  }
}
