Files
ai-code-app/public/chat-share.webmanifest
2026-05-27 11:57:01 +09:00

26 lines
604 B
JSON

{
"id": "/chat/share/",
"name": "리소스 공유 채팅방",
"short_name": "공유채팅",
"description": "리소스 공유 채팅방을 홈 화면 앱으로 바로 엽니다.",
"theme_color": "#165dff",
"background_color": "#f4f7fb",
"display": "standalone",
"lang": "ko",
"scope": "/chat/share/",
"start_url": "/chat/share/",
"icons": [
{
"src": "/pwa-192x192.svg",
"sizes": "192x192",
"type": "image/svg+xml"
},
{
"src": "/pwa-512x512.svg",
"sizes": "512x512",
"type": "image/svg+xml",
"purpose": "any maskable"
}
]
}