Files
2026FIFAWorldCup/platform/web/public/manifest.json
QuantBot aa7e3bba76
Some checks failed
2026 World Cup Quant Platform - Production Deployment / Code Quality & Testing (push) Failing after 1m49s
2026 World Cup Quant Platform - Production Deployment / Deploy to Production VM via Rsync (push) Has been skipped
chore: migrate deployment to Gitea Actions with zero-trust rsync
2026-06-16 19:06:50 +08:00

34 lines
756 B
JSON

{
"name": "2026 世界盃量化投注研究中心",
"short_name": "世界盃 2026",
"start_url": "/",
"scope": "/",
"display": "standalone",
"lang": "zh-Hant",
"orientation": "portrait",
"background_color": "#f6f0e1",
"theme_color": "#7d2a15",
"description": "台北時區驅動的 2026 世界盃量化投注研究平台",
"icons": [
{
"src": "/manifest-icon-192.svg",
"sizes": "192x192",
"type": "image/svg+xml",
"purpose": "any"
},
{
"src": "/manifest-icon-512.svg",
"sizes": "512x512",
"type": "image/svg+xml",
"purpose": "any"
}
],
"screenshots": [
{
"src": "/manifest-icon-512.svg",
"sizes": "512x512",
"type": "image/svg+xml"
}
]
}