Files
cozsweet-frontend-nextjs/public/manifest.json
T
admin cd693b75ae feat: integrate PWA support with @ducanh2912/next-pwa
Configure Progressive Web App capabilities for production builds, enabling offline support and installability. PWA is disabled in dev to avoid HMR conflicts, and switches the build to webpack since PWA tooling requires it.
2026-06-10 13:18:26 +08:00

21 lines
423 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": "/favicon.ico",
"sizes": "any",
"type": "image/x-icon",
"purpose": "any"
}
]
}