Files
Todo-Project/frontend/manifest.json
Hyungi Ahn 5c9ea92fb8 백업용
2025-09-19 09:13:44 +09:00

107 lines
3.0 KiB
JSON

{
"name": "Todo Project - 간결한 할일 관리",
"short_name": "Todo Project",
"description": "사진과 메모를 기반으로 한 간단한 일정관리 시스템",
"start_url": "/",
"display": "standalone",
"background_color": "#f9fafb",
"theme_color": "#6366f1",
"orientation": "portrait-primary",
"categories": ["productivity", "utilities"],
"lang": "ko",
"icons": [
{
"src": "static/icons/icon-72x72.png",
"sizes": "72x72",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "static/icons/icon-96x96.png",
"sizes": "96x96",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "static/icons/icon-128x128.png",
"sizes": "128x128",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "static/icons/icon-144x144.png",
"sizes": "144x144",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "static/icons/icon-152x152.png",
"sizes": "152x152",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "static/icons/icon-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "static/icons/icon-384x384.png",
"sizes": "384x384",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "static/icons/icon-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}
],
"shortcuts": [
{
"name": "빠른 할일 추가",
"short_name": "할일 추가",
"description": "새로운 할일을 빠르게 추가합니다",
"url": "/?action=add",
"icons": [
{
"src": "static/icons/shortcut-add.png",
"sizes": "96x96"
}
]
},
{
"name": "진행중인 할일",
"short_name": "진행중",
"description": "현재 진행중인 할일을 확인합니다",
"url": "/?filter=active",
"icons": [
{
"src": "static/icons/shortcut-active.png",
"sizes": "96x96"
}
]
}
],
"screenshots": [
{
"src": "static/screenshots/desktop-1.png",
"sizes": "1280x720",
"type": "image/png",
"form_factor": "wide",
"label": "데스크톱 메인 화면"
},
{
"src": "static/screenshots/mobile-1.png",
"sizes": "375x812",
"type": "image/png",
"form_factor": "narrow",
"label": "모바일 메인 화면"
}
]
}