curl --location --request GET 'http://127.0.0.1:5212/api/v3/manifest.json'
{
"background_color": "#ffffff",
"display": "standalone",
"icons": [
{
"sizes": "64x64 32x32 24x24 16x16",
"src": "/static/img/favicon.ico",
"type": "image/x-icon"
},
{
"sizes": "192x192",
"src": "/static/img/logo192.png",
"type": "image/png"
},
{
"sizes": "512x512",
"src": "/static/img/logo512.png",
"type": "image/png"
}
],
"name": "海枫云存储",
"short_name": "海枫云存储",
"start_url": ".",
"theme_color": "#000000"
}