{
    "name": "准派",
    "short_name": "准派",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#050208",
    "theme_color": "#050208",
    "description": "准派 - 专业的八字命理分析应用",
    "orientation": "any",
    "prefer_related_applications": false,
    "scope": "/",
    "lang": "zh-CN",
    "dir": "ltr",
    "categories": [
        "lifestyle",
        "productivity",
        "utilities"
    ],
    "screenshots": [
        {
            "src": "icons/Icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "form_factor": "wide"
        }
    ],
    "shortcuts": [
        {
            "name": "八字分析",
            "short_name": "八字",
            "description": "快速进行八字命理分析",
            "url": "/bazi",
            "icons": [
                {
                    "src": "icons/Icon-192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        }
    ],
    "protocol_handlers": [
        {
            "protocol": "web+bazi",
            "url": "/bazi?id=%s"
        }
    ],
    "file_handlers": [
        {
            "action": "/bazi",
            "accept": {
                "application/json": [
                    ".bazi",
                    ".json"
                ]
            }
        }
    ],
    "icons": [
        {
            "src": "icons/Icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "icons/Icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        },
        {
            "src": "icons/Icon-maskable-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "icons/Icon-maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ]
}