Files
real-time-fund/public/manifest.webmanifest
2026-03-10 08:20:31 +08:00

35 lines
731 B
JSON

{
"name": "基估宝",
"short_name": "基估宝",
"description": "基金管理管家",
"start_url": "/",
"scope": "/",
"display": "standalone",
"orientation": "portrait",
"background_color": "#0f172a",
"theme_color": "#0f172a",
"id": "/",
"icons": [
{
"src": "/Icon-60@3x.png",
"sizes": "180x180",
"type": "image/png",
"purpose": "any"
},
{
"src": "/Icon-60@3x.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
},
{
"src": "/Icon-60@3x.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}
],
"categories": ["finance", "utilities"],
"prefer_related_applications": false
}