{
    "name": "JWT解析器",
    "short_name": "JWT解析",
    "description": "专业的JWT令牌在线解析工具",
    "start_url": "https://jwt.scung.cn",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#2563eb",
    "orientation": "portrait-primary",
    "scope": "https://jwt.scung.cn/",
    "lang": "zh-CN",
    "icons": [
        {
            "src": "icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable any"
        },
        {
            "src": "icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable any"
        }
    ],
    "categories": ["developer", "tools", "productivity", "utilities"],
    "shortcuts": [
        {
            "name": "解析JWT",
            "short_name": "解析",
            "description": "快速解析JWT令牌",
            "url": "https://jwt.scung.cn",
            "icons": [
                {
                    "src": "icon-96x96.png",
                    "sizes": "96x96"
                }
            ]
        }
    ]
}