{
    "name": "PsyDo · 专业心理测试",
    "short_name": "PsyDo",
    "description": "30+项专业心理测试，基于学术量表设计。涵盖 MBTI、SCL-90、大五人格、情商测评等，提供雷达图 + 维度详解 + 成长建议的全方位解析报告。",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "background_color": "#08081a",
    "theme_color": "#8b5cf6",
    "orientation": "portrait",
    "lang": "zh-CN",
    "icons": [
        {
            "src": "/favicon.ico",
            "sizes": "any",
            "type": "image/x-icon"
        },
        {
            "src": "/icon-192.svg",
            "sizes": "192x192",
            "type": "image/svg+xml",
            "purpose": "any maskable"
        },
        {
            "src": "/icon-512.svg",
            "sizes": "512x512",
            "type": "image/svg+xml",
            "purpose": "any maskable"
        },
        {
            "src": "/icon.svg",
            "sizes": "any",
            "type": "image/svg+xml"
        }
    ],
    "categories": [
        "health",
        "education",
        "lifestyle"
    ],
    "screenshots": [
        {
            "src": "/screenshots/screenshot-home-wide.png",
            "sizes": "1280x720",
            "type": "image/png",
            "form_factor": "wide",
            "label": "PsyDo 首页 — 专业心理测试平台"
        },
        {
            "src": "/screenshots/screenshot-home-narrow.png",
            "sizes": "390x844",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "PsyDo 首页 — 移动端视图"
        },
        {
            "src": "/screenshots/screenshot-tests-wide.png",
            "sizes": "1280x720",
            "type": "image/png",
            "form_factor": "wide",
            "label": "全部测试 — 30+项专业心理测评"
        },
        {
            "src": "/screenshots/screenshot-tests-narrow.png",
            "sizes": "390x844",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "全部测试 — 移动端视图"
        }
    ],
    "shortcuts": [
        {
            "name": "全部测试",
            "short_name": "测试",
            "description": "浏览全部 30+ 项心理测试",
            "url": "/tests",
            "icons": []
        },
        {
            "name": "MBTI 性格测试",
            "short_name": "MBTI",
            "description": "测测你的 MBTI 人格类型",
            "url": "/tests/mbti",
            "icons": []
        }
    ]
}