{
  "id": "youtube-summarizer",
  "name": "YouTube Summarizer",
  "icon": "video",
  "category": "information",
  "description": "YouTube 영상 자막 추출 → AI 요약. 시청 중인 영상을 3줄로 요약.",
  "version": "1.0.0",
  "requires": ["browser"],
  "triggers": {
    "keywords": ["유튜브 요약", "영상 요약", "youtube summary", "요약해줘"],
    "events": ["youtube_tab_detected"]
  },
  "actions": ["summarize"],
  "config": {
    "summaryLength": { "type": "string", "default": "short", "label": "요약 길이 (short/medium/long)" },
    "autoSummarize": { "type": "boolean", "default": false, "label": "자동 요약 (YouTube 감지 시)" }
  }
}
