{
  "name": "男装衣橱 - 智能穿搭管理助手",
  "short_name": "男装衣橱",
  "description": "智能管理您的衣橱，AI生成每日穿搭，让穿衣变得简单高效",
  "start_url": "/home",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#6366f1",
  "lang": "zh-CN",
  "dir": "ltr",
  "categories": ["lifestyle", "utilities", "productivity"],
  "icons": [
    {
      "src": "/images/icons/icon-72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icons/icon-96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icons/icon-128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icons/icon-144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icons/icon-152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/images/icons/icon-384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/images/screenshots/home.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "首页 - 智能穿搭推荐"
    },
    {
      "src": "/images/screenshots/wardrobe.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "衣橱 - 管理您的衣物"
    }
  ],
  "shortcuts": [
    {
      "name": "智能搭配",
      "short_name": "搭配",
      "description": "AI智能生成今日穿搭",
      "url": "/outfit-generator?mode=smart",
      "icons": [
        {
          "src": "/images/icons/shortcut-outfit.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "快速出门",
      "short_name": "出门",
      "description": "快速获取出门穿搭",
      "url": "/quick-outfit",
      "icons": [
        {
          "src": "/images/icons/shortcut-quick.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "添加衣物",
      "short_name": "添加",
      "description": "添加新衣物到衣橱",
      "url": "/add-clothes",
      "icons": [
        {
          "src": "/images/icons/shortcut-add.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "edge_side_panel": {
    "preferred_width": 400
  },
  "handle_links": "preferred",
  "capture_links": "existing-client-navigate"
}
