Files
Codex b04ef58855
Docker Image / Build and Push Docker Image (push) Successful in 2m1s
fix(pwa): 统一桌面安装图标
(cherry picked from commit 29abd746da)
(cherry picked from commit 8660fe7b7e)
2026-07-24 14:16:56 +08:00

27 lines
592 B
JSON

{
"name": "CozSweet",
"short_name": "CozSweet",
"description": "Cozsweet — Your exclusive AI companion",
"start_url": "/splash",
"scope": "/",
"display": "standalone",
"orientation": "portrait",
"background_color": "#0d0b14",
"theme_color": "#f84d96",
"lang": "en",
"icons": [
{
"src": "/images/icons/Icon-192.png?v=20260724",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
},
{
"src": "/images/icons/Icon-512.png?v=20260724",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
}
]
}