{
    "name": "蓝域",
    "short_name": "蓝域",
    "description": "蓝域 - 极简高级感 PWA",
    "start_url": "./index.html",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#f0f4f8",
    "theme_color": "#f0f4f8",
    "scope": "./",
    "lang": "zh-CN",
    "categories": ["utilities", "lifestyle"],
    "icons": [
        {
            "src": "icons/icon-192.svg",
            "sizes": "192x192",
            "type": "image/svg+xml",
            "purpose": "any"
        },
        {
            "src": "icons/icon-512.svg",
            "sizes": "512x512",
            "type": "image/svg+xml",
            "purpose": "any maskable"
        },
        {
            "src": "icons/icon-maskable.svg",
            "sizes": "512x512",
            "type": "image/svg+xml",
            "purpose": "maskable"
        }
    ],
    "screenshots": [],
    "shortcuts": [
        {
            "name": "Chat",
            "short_name": "Chat",
            "description": "打开聊天",
            "url": "./index.html?app=chat",
            "icons": [{ "src": "icons/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml" }]
        }
    ]
}
