cd693b75ae
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.
21 lines
423 B
JSON
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"
|
|
}
|
|
]
|
|
}
|