{
    "name": "AIFY - AI 虛擬試穿",
    "short_name": "AIFY",
    "description": "AI 驅動的時尚穿搭平台，讓您在家就能試穿所有想要的服飾",
    "start_url": "/",
    "id": "/?source=pwa",
    "display": "standalone",
    "background_color": "#FAF5EF",
    "theme_color": "#1C2E4A",
    "orientation": "portrait-primary",
    "lang": "zh-TW",
    "dir": "ltr",
    "categories": ["shopping", "lifestyle", "fashion"],
    "icons": [
        { "src": "/icons/icon.svg", "type": "image/svg+xml", "sizes": "any", "purpose": "maskable any" },
        { "src": "/icon-192.png", "type": "image/png", "sizes": "192x192", "purpose": "any maskable" },
        { "src": "/icon-512.png", "type": "image/png", "sizes": "512x512", "purpose": "any maskable" }
    ],
    "shortcuts": [
        {
            "name": "開始試穿",
            "short_name": "試穿",
            "description": "立即開始 AI 虛擬試穿",
            "url": "/?tryon=true",
            "icons": [{ "src": "/icons/icon.svg", "sizes": "any" }]
        },
        {
            "name": "穿搭目錄",
            "short_name": "目錄",
            "description": "瀏覽最新服飾",
            "url": "/catalog",
            "icons": [{ "src": "/icons/icon.svg", "sizes": "any" }]
        }
    ],
    "related_applications": [],
    "prefer_related_applications": false,
    "share_target": {
        "action": "/catalog",
        "method": "GET",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url"
        }
    }
}
