{
  "name": "Naldle: 시그널 주간일지 & 라이프 블로그",
  "short_name": "Naldle",
  "description": "시그널 중심 주간 플래너와 데일 카네기 성찰, 퍼스널 라이프 블로그",
  "id": "/?source=pwa",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "standalone",
    "minimal-ui",
    "browser"
  ],
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#2196f3",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/logo_small.png",
      "sizes": "640x640",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "🎯 새 시그널 작성",
      "short_name": "시그널 작성",
      "description": "오늘의 핵심 시그널 과업 즉시 등록",
      "url": "/?action=quick_signal&source=pwa_shortcut",
      "icons": [
        { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }
      ]
    },
    {
      "name": "✍️ 블로그 새 글",
      "short_name": "새 글 작성",
      "description": "라이프 블로그에 직접 새 글 발행",
      "url": "/?action=quick_blog&source=pwa_shortcut",
      "icons": [
        { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }
      ]
    },
    {
      "name": "⏱️ 포커스 타이머",
      "short_name": "타이머 시작",
      "description": "집중 세션 타이머 시작",
      "url": "/?action=quick_focus&source=pwa_shortcut",
      "icons": [
        { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }
      ]
    },
    {
      "name": "📅 주간 플래너",
      "short_name": "플래너",
      "description": "이번 주 시그널과 타임박스 플래너 열기",
      "url": "/?action=planner&source=pwa_shortcut",
      "icons": [
        { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }
      ]
    }
  ],
  "categories": [
    "productivity",
    "lifestyle",
    "utilities"
  ]
}
