69 lines
1.6 KiB
JSON
69 lines
1.6 KiB
JSON
//* public/manifest.json
|
|
{
|
|
"name": "AI 마케팅 - 소상공인을 위한 스마트 마케팅 솔루션",
|
|
"short_name": "AI 마케팅",
|
|
"description": "AI를 활용한 소상공인 전용 마케팅 자동화 서비스",
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"background_color": "#ffffff",
|
|
"theme_color": "#1976D2",
|
|
"orientation": "portrait-primary",
|
|
"scope": "/",
|
|
"lang": "ko-KR",
|
|
"icons": [
|
|
{
|
|
"src": "/images/logo192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png",
|
|
"purpose": "any maskable"
|
|
},
|
|
{
|
|
"src": "/images/logo512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png",
|
|
"purpose": "any maskable"
|
|
}
|
|
],
|
|
"categories": ["business", "productivity", "marketing"],
|
|
"screenshots": [
|
|
{
|
|
"src": "/images/screenshot1.png",
|
|
"sizes": "1280x720",
|
|
"type": "image/png",
|
|
"form_factor": "wide"
|
|
},
|
|
{
|
|
"src": "/images/screenshot2.png",
|
|
"sizes": "750x1334",
|
|
"type": "image/png",
|
|
"form_factor": "narrow"
|
|
}
|
|
],
|
|
"shortcuts": [
|
|
{
|
|
"name": "대시보드",
|
|
"short_name": "대시보드",
|
|
"description": "메인 대시보드로 이동",
|
|
"url": "/dashboard",
|
|
"icons": [
|
|
{
|
|
"src": "/images/dashboard-icon.png",
|
|
"sizes": "96x96"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "콘텐츠 생성",
|
|
"short_name": "콘텐츠",
|
|
"description": "새 콘텐츠 생성",
|
|
"url": "/content/create",
|
|
"icons": [
|
|
{
|
|
"src": "/images/content-icon.png",
|
|
"sizes": "96x96"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|