24 lines
489 B
JSON
24 lines
489 B
JSON
{
|
|
"name": "萌芽账户认证中心",
|
|
"short_name": "SproutGate",
|
|
"description": "统一认证与账户管理中心",
|
|
"start_url": "/",
|
|
"scope": "/",
|
|
"display": "standalone",
|
|
"background_color": "#f4f6fb",
|
|
"theme_color": "#3b82f6",
|
|
"icons": [
|
|
{
|
|
"src": "/icon-192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/icon-512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png",
|
|
"purpose": "any maskable"
|
|
}
|
|
]
|
|
}
|