{
    "name": "刘悦的技术博客",
    "short_name": "刘悦的技术博客",
    "description": "刘悦的技术博客",
    "icons": [
        {
            "src": "https://v3u.cn/v3u/Public/images/pwa192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "https://v3u.cn/v3u/Public/images/pwa512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ],
    "background_color": "#FFF", 
    "theme_color": "#FFF", 
    "display": "standalone", 
    "orientation": "portrait",
    "start_url": "/", 
    "scope": "/" 
}