chore: sync
This commit is contained in:
23
sproutgate-frontend/public/manifest.webmanifest
Normal file
23
sproutgate-frontend/public/manifest.webmanifest
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user