{
    "name": "视频库",
    "short_name": "视频库",
    "description": "本地视频文件管理工具",
    "start_url": "index.html",
    "scope": "./",
    "display": "standalone",
    "display_override": ["standalone", "fullscreen"],
    "background_color": "#f2f2f7",
    "theme_color": "#007aff",
    "orientation": "any",
    "edge_side_panel": {
        "preferred_width": 400
    },
    "icons": [
        {
            "src": "icon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any"
        },
        {
            "src": "icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ]
}
