manifest.webmanifest 543 字节
Newer Older
Miykael_xxm's avatar
Miykael_xxm 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
{
    "name": "Spring 中文文档社区",
    "short_name": "Spring 中文社区",
    "description": "Spring 中文文档社区",
    "start_url": "/index.html",
    "display": "standalone",
    "background_color": "#fff",
    "theme_color": "#3eaf7c",
    "icons": [{
            "src": "/images/icons/icon_192x192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/images/icons/icon_384x384.png",
            "sizes": "384x384",
            "type": "image/png"
        }
    ]
}