{
    "name": "FanTool 分析终端",
    "short_name": "FanTool",
    "description": "CS2 饰品价格 AI 预测与持仓跟踪",
    "start_url": "/?source=pwa",
    "display": "standalone",
    "display_override": ["standalone", "minimal-ui"],
    "orientation": "portrait-primary",
    "background_color": "#080A0F",
    "theme_color": "#0A84FF",
    "icons": [
        {
            "src": "/favicon.ico",
            "sizes": "64x64 48x48 32x32 16x16",
            "type": "image/x-icon"
        },
        {
            "src": "/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icon-maskable-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/icon-maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "categories": ["finance", "utilities"],
    "lang": "zh-CN"
}