{
  "name": "오운완 챌린지",
  "short_name": "오운완",
  "description": "친구와 함께하는 운동 습관 형성 챌린지",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "orientation": "portrait",
  "scope": "/",
  "lang": "ko",
  "categories": ["health", "fitness", "lifestyle"],

  "icons": [
    {
      "src": "/icons/icon-48x48.png",
      "sizes": "48x48",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],

  "shortcuts": [
    {
      "name": "운동 기록하기",
      "short_name": "운동 기록",
      "description": "오늘의 운동을 기록합니다",
      "url": "/dashboard"
    }
  ],

  "gcm_sender_id": "103953800507",
  "notification_preferences": {
    "exercise_reminders": {
      "title": "운동 리마인더",
      "description": "매일 운동 시간을 알려드립니다"
    },
    "goal_achievements": {
      "title": "목표 달성 알림",
      "description": "주간 목표 달성 시 축하 메시지"
    },
    "penalty_warnings": {
      "title": "벌칙 경고",
      "description": "마감일 임박 시 경고 알림"
    }
  }
}
