{
  "id": "pomodoro",
  "name": "Pomodoro Timer",
  "icon": "timer",
  "category": "productivity",
  "description": "25분 집중 / 5분 휴식 타이머. 펫이 응원하고, 휴식 때 알려줌.",
  "version": "1.0.0",
  "requires": [],
  "triggers": {
    "keywords": ["집중", "포모도로", "pomodoro", "타이머", "timer"]
  },
  "actions": ["start", "stop", "status"],
  "config": {
    "focusMinutes": { "type": "number", "default": 25, "label": "집중 시간 (분)" },
    "breakMinutes": { "type": "number", "default": 5, "label": "휴식 시간 (분)" },
    "longBreakMinutes": { "type": "number", "default": 15, "label": "긴 휴식 (분)" },
    "sessionsBeforeLongBreak": { "type": "number", "default": 4, "label": "긴 휴식까지 세션 수" }
  }
}
