{
    "name": "香蕉CMS",
    "short_name": "香蕉CMS",
    "description": "香蕉CMS - 轻量级影视内容管理系统",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#f8fafc",
    "theme_color": "#ef4444",
    "lang": "zh-CN",
    "dir": "ltr",
    "icons": [
        {
            "src": "/static/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/static/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/static/icons/icon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any"
        }
    ],
    "categories": ["entertainment", "lifestyle"],
    "shortcuts": [
        {
            "name": "热门",
            "short_name": "热门",
            "url": "/hot",
            "icons": [{ "src": "/static/icons/shortcut-hot.svg", "sizes": "any" }]
        },
        {
            "name": "最新",
            "short_name": "最新",
            "url": "/latest",
            "icons": [{ "src": "/static/icons/shortcut-latest.svg", "sizes": "any" }]
        }
    ]
}
