{
    "name": "田冬科技・敏感词检测工具",
    "short_name": "敏感词检测",
    "description": "赛博朋克风格的敏感词检测与替换工具，支持686+内置违禁词、自定义词库、简繁转换、表情添加等功能",
    "start_url": "./index.html",
    "display": "standalone",
    "background_color": "#0a0a16",
    "theme_color": "#00f3ff",
    "orientation": "portrait",
    "scope": "./",
    "lang": "zh-CN",
    "dir": "ltr",
    "icons": [
        {
            "src": "icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "categories": ["tools", "productivity"],
    "screenshots": [],
    "shortcuts": [
        {
            "name": "开始检测",
            "short_name": "检测",
            "description": "快速打开敏感词检测功能",
            "url": "./index.html",
            "icons": [
                {
                    "src": "icons/icon-192.png",
                    "sizes": "192x192"
                }
            ]
        }
    ]
}
