lifesub-web/public/manifest.json
2025-02-13 15:47:22 +09:00

27 lines
609 B
JSON

// public/manifest.json
{
"short_name": "마이구독",
"name": "마이구독 - 생활 구독 관리",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
},
{
"src": "logo192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "logo512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff",
"orientation": "portrait"
}