Files
cozsweet-frontend-nextjs/public/manifest.json
T
admin e2abe03a33 chore: reorganize icons for environment-specific deployment
Move environment-specific icons into dedicated directories (icons/develop, icons/test, icons/production) and update release scripts to copy the appropriate icon set (favicon.ico, Icon-192.png, Icon-512.png) into public/ for each target environment. Update manifest.json to reference the new /images/icons/ path.
2026-06-12 14:33:37 +08:00

27 lines
570 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",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
},
{
"src": "/images/icons/Icon-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
}
]
}