{
    "name": "MUACGTV — 私人影視庫",
    "short_name": "MUACGTV",
    "description": "多源聚合的私人影視庫，支援電影、劇集、動漫、綜藝、IPTV",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "display_override": ["standalone", "minimal-ui", "browser"],
    "background_color": "#0b0d10",
    "theme_color": "#0b0d10",
    "orientation": "any",
    "categories": ["entertainment", "video", "lifestyle"],
    "lang": "zh-TW",
    "dir": "ltr",
    "id": "/?source=pwa",
    "prefer_related_applications": false,
    "icons": [
        { "src": "/icon.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
        { "src": "/icon.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
        { "src": "/icon.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
        { "src": "/icon.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
    ],
    "shortcuts": [
        {
            "name": "搜尋",
            "short_name": "搜尋",
            "description": "快速搜尋影片",
            "url": "/?q=&action=search",
            "icons": [{ "src": "/icon.png", "sizes": "192x192" }]
        },
        {
            "name": "我的收藏",
            "short_name": "收藏",
            "description": "查看收藏影片",
            "url": "/favorites",
            "icons": [{ "src": "/icon.png", "sizes": "192x192" }]
        },
        {
            "name": "IPTV 直播",
            "short_name": "IPTV",
            "description": "觀看 IPTV 直播",
            "url": "/iptv",
            "icons": [{ "src": "/icon.png", "sizes": "192x192" }]
        }
    ],
    "screenshots": [],
    "edge_side_panel": { "preferred_width": 480 },
    "launch_handler": { "client_mode": "auto" }
}
