{
  "name": "SkyBuySell - 飞机交易平台",
  "short_name": "SkyBuySell",
  "description": "专业的飞机交易平台，连接全球买家与卖家",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#3b82f6",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "categories": ["business", "shopping"],
  "lang": "zh-CN",
  "dir": "ltr",
  "scope": "/",
  "screenshots": [
    {
      "src": "/screenshots/desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "platform": "wide"
    },
    {
      "src": "/screenshots/mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "platform": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "发布飞机",
      "short_name": "发布",
      "description": "快速发布飞机信息",
      "url": "/publish",
      "icons": [{ "src": "/icons/publish.png", "sizes": "192x192" }]
    },
    {
      "name": "浏览飞机",
      "short_name": "浏览",
      "description": "浏览所有飞机列表",
      "url": "/products",
      "icons": [{ "src": "/icons/browse.png", "sizes": "192x192" }]
    },
    {
      "name": "在线沟通",
      "short_name": "沟通",
      "description": "与买家或卖家沟通",
      "url": "/chat",
      "icons": [{ "src": "/icons/chat.png", "sizes": "192x192" }]
    }
  ],
  "share_target": {
    "action": "/publish",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "description",
      "url": "url"
    }
  }
}