433901312d
사이드바·인증 화면 'R' 텍스트 로고를 브랜드 더블 셰브론 마크(RelayMark)로 교체. favicon을 SVG+PNG+ICO 세트와 웹 매니페스트로 정비(create-vue 기본 아이콘 대체), 가운데 셰브론을 키워 작은 크기 가독성 개선. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
29 lines
688 B
JSON
29 lines
688 B
JSON
{
|
|
"name": "Relay — 사내 업무 지시 플랫폼",
|
|
"short_name": "Relay",
|
|
"description": "프로젝트 단위로 업무를 정리하고 담당자에게 지시하는 사내 업무 플랫폼",
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"background_color": "#ffffff",
|
|
"theme_color": "#4f46e5",
|
|
"icons": [
|
|
{
|
|
"src": "/favicon.svg",
|
|
"type": "image/svg+xml",
|
|
"sizes": "any"
|
|
},
|
|
{
|
|
"src": "/relay-icon-256.png",
|
|
"type": "image/png",
|
|
"sizes": "256x256",
|
|
"purpose": "any maskable"
|
|
},
|
|
{
|
|
"src": "/relay-icon-512.png",
|
|
"type": "image/png",
|
|
"sizes": "512x512",
|
|
"purpose": "any maskable"
|
|
}
|
|
]
|
|
}
|