{
  "name": "DE BIG MALL GLOBAL MARKET",
  "short_name": "DE BIG MALL",
  "description": "Multi-vendor global marketplace connecting buyers and sellers across 150+ countries.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#0b1b3a",
  "background_color": "#faf8f3",
  "lang": "en",
  "categories": ["shopping", "business"],
  "icons": [
    {
      "src": "/app-icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/app-icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/app-icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Browse Market",
      "short_name": "Market",
      "url": "/market",
      "description": "Browse products from global vendors"
    },
    {
      "name": "My Orders",
      "short_name": "Orders",
      "url": "/buyer",
      "description": "View your orders and returns"
    },
    {
      "name": "Notifications",
      "short_name": "Alerts",
      "url": "/notifications",
      "description": "View your notifications"
    }
  ],
  "share_target": {
    "action": "/market",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "q",
      "url": "url"
    }
  }
}
