- 📱 PWA 지원: 홈화면 추가 가능한 Progressive Web App - 🎨 M-Project 색상 스키마: 하늘색, 주황색, 회색, 흰색 일관된 디자인 - 📊 대시보드: 데스크톱 캘린더 뷰 + 모바일 일일 뷰 반응형 디자인 - 📥 분류 센터: Gmail 스타일 받은편지함으로 스마트 분류 시스템 - 🤖 AI 분류 제안: 키워드 기반 자동 분류 제안 및 일괄 처리 - 📷 업로드 모달: 데스크톱(파일 선택) + 모바일(카메라/갤러리) 최적화 - 🏷️ 3가지 분류: Todo(시작일), 캘린더(마감일), 체크리스트(무기한) - 📋 체크리스트: 진행률 표시 및 완료 토글 기능 - 🔄 시놀로지 연동 준비: 메일플러스 연동을 위한 구조 설계 - 📱 반응형 UI: 모든 페이지 모바일 최적화 완료
105 lines
3.0 KiB
JSON
105 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": "모바일 메인 화면"
|
|
}
|
|
]
|
|
}
|