smarketing-frontend/public/manifest.json
2025-06-11 15:18:38 +09:00

91 lines
2.1 KiB
JSON

{
"name": "₩ON - AI 마케팅 서비스",
"short_name": "₩ON",
"description": "소상공인을 위한 AI 기반 마케팅 솔루션",
"version": "1.0.0",
"lang": "ko",
"start_url": "/",
"display": "standalone",
"orientation": "portrait-primary",
"theme_color": "#1976D2",
"background_color": "#FAFAFA",
"categories": ["business", "productivity", "marketing"],
"icons": [
{
"src": "/images/logo-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "/images/logo-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "/favicon.ico",
"sizes": "64x64",
"type": "image/x-icon"
}
],
"screenshots": [
{
"src": "/images/screenshot-1.png",
"sizes": "1280x720",
"type": "image/png",
"label": "메인 대시보드 화면"
},
{
"src": "/images/screenshot-2.png",
"sizes": "1280x720",
"type": "image/png",
"label": "AI 콘텐츠 생성 화면"
}
],
"shortcuts": [
{
"name": "대시보드",
"short_name": "대시보드",
"description": "매출 현황 및 성과 확인",
"url": "/dashboard",
"icons": [
{
"src": "/images/shortcut-dashboard.png",
"sizes": "96x96",
"type": "image/png"
}
]
},
{
"name": "콘텐츠 생성",
"short_name": "콘텐츠",
"description": "AI 마케팅 콘텐츠 생성",
"url": "/content/create",
"icons": [
{
"src": "/images/shortcut-content.png",
"sizes": "96x96",
"type": "image/png"
}
]
},
{
"name": "매장 관리",
"short_name": "매장",
"description": "매장 및 메뉴 정보 관리",
"url": "/store",
"icons": [
{
"src": "/images/shortcut-store.png",
"sizes": "96x96",
"type": "image/png"
}
]
}
],
"related_applications": [],
"prefer_related_applications": false,
"scope": "/",
"id": "won-ai-marketing"
}