on
{
    "name": "微聊 · 微信风格移动应用",
    "short_name": "微聊",
    "description": "一款微信风格的移动聊天应用，支持聊天、通讯录、发现和个人中心。",
    "start_url": "/index.html",
    "display": "standalone",
    "background_color": "#07C160",
    "theme_color": "#07C160",
    "orientation": "portrait",
    "icons": [
        {
            "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Crect width='100' height='100' rx='20' fill='%2307C160'/%3E%3Ctext x='50' y='68' font-size='55' fill='white' text-anchor='middle' font-family='Arial'%3E微%3C/text%3E%3C/svg%3E",
            "sizes": "192x192",
            "type": "image/svg+xml"
        },
        {
            "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Crect width='100' height='100' rx='20' fill='%2307C160'/%3E%3Ctext x='50' y='68' font-size='55' fill='white' text-anchor='middle' font-family='Arial'%3E微%3C/text%3E%3C/svg%3E",
            "sizes": "512x512",
            "type": "image/svg+xml"
        }
    ]
}