{
  "name": "HUBB24 Marketplace",
  "short_name": "HUBB24",
  "description": "Your universe of products. Connect with trusted sellers worldwide.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#f8fafc",
  "theme_color": "#1e293b",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "https://base44-dispatcher-production.base44.workers.dev/functions/appIcon?size=192",
      "type": "image/svg+xml",
      "sizes": "192x192",
      "purpose": "any"
    },
    {
      "src": "https://base44-dispatcher-production.base44.workers.dev/functions/appIcon?size=512",
      "type": "image/svg+xml",
      "sizes": "512x512",
      "purpose": "maskable"
    }
  ],
  "edge_side_panel": {
    "preferred_width": 400
  },
  "display_override": [
    "window-controls-overlay",
    "standalone"
  ],
  "categories": [
    "shopping",
    "business",
    "lifestyle"
  ],
  "share_target": {
    "action": "/pages/AddProduct",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "shortcuts": [
    {
      "name": "Browse Products",
      "short_name": "Products",
      "description": "Browse all products",
      "url": "/pages/Marketplace",
      "icons": [
        {
          "src": "https://base44-dispatcher-production.base44.workers.dev/functions/appIcon?size=192",
          "sizes": "192x192",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "My Orders",
      "short_name": "Orders",
      "description": "View my orders",
      "url": "/pages/Orders",
      "icons": [
        {
          "src": "https://base44-dispatcher-production.base44.workers.dev/functions/appIcon?size=192",
          "sizes": "192x192",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Messages",
      "short_name": "Messages",
      "description": "Check messages",
      "url": "/pages/Messages",
      "icons": [
        {
          "src": "https://base44-dispatcher-production.base44.workers.dev/functions/appIcon?size=192",
          "sizes": "192x192",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Sell Product",
      "short_name": "Sell",
      "description": "Add new product",
      "url": "/pages/AddProduct",
      "icons": [
        {
          "src": "https://base44-dispatcher-production.base44.workers.dev/functions/appIcon?size=192",
          "sizes": "192x192",
          "type": "image/svg+xml"
        }
      ]
    }
  ]
}