{
    "name": "NodeSeeker",
    "short_name": "NodeSeeker",
    "description": "NodeSeeker RSS 监控",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#0f172a",
    "theme_color": "#3b82f6",
    "orientation": "portrait-primary",
    "scope": "/",
    "lang": "zh-CN",
    "dir": "ltr",
    "categories": ["utilities", "productivity", "news"],
    "icons": [
        {
            "src": "/icons/apple-touch-icon/apple-touch-icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/pwa-icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/apple-touch-icon/apple-touch-icon-180x180.png",
            "sizes": "180x180",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/apple-touch-icon/apple-touch-icon-152x152.png",
            "sizes": "152x152",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/apple-touch-icon/apple-touch-icon-144x144.png",
            "sizes": "144x144",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/apple-touch-icon/apple-touch-icon-120x120.png",
            "sizes": "120x120",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/apple-touch-icon/apple-touch-icon-72x72.png",
            "sizes": "72x72",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/favicons/favicon-48x48.png",
            "sizes": "48x48",
            "type": "image/png",
            "purpose": "any"
        }
    ],
    "screenshots": [
        {
            "src": "/icons/og-image.png",
            "sizes": "1200x630",
            "type": "image/png",
            "form_factor": "wide"
        }
    ],
    "shortcuts": [
        {
            "name": "仪表盘",
            "short_name": "仪表盘",
            "description": "查看 RSS 监控仪表盘",
            "url": "/dashboard",
            "icons": [{ "src": "/icons/apple-touch-icon/apple-touch-icon-192x192.png", "sizes": "192x192" }]
        },
        {
            "name": "关键词",
            "short_name": "关键词",
            "description": "管理监控关键词",
            "url": "/keywords",
            "icons": [{ "src": "/icons/apple-touch-icon/apple-touch-icon-192x192.png", "sizes": "192x192" }]
        },
        {
            "name": "设置",
            "short_name": "设置",
            "description": "系统设置",
            "url": "/settings",
            "icons": [{ "src": "/icons/apple-touch-icon/apple-touch-icon-192x192.png", "sizes": "192x192" }]
        }
    ]
}
