{
  "id": "email-manager",
  "name": "Email Manager",
  "icon": "mail",
  "category": "communication",
  "description": "Gmail 미읽은 메일 요약, 중요 메일 알림, 답장 초안 생성.",
  "version": "1.0.0",
  "requires": ["browser"],
  "triggers": {
    "schedule": "*/30 * * * *",
    "keywords": ["이메일", "메일", "email", "메일 확인", "메일 요약"],
    "events": ["gmail_tab_detected"]
  },
  "actions": ["summarize", "check"],
  "config": {
    "autoCheck": { "type": "boolean", "default": true, "label": "30분 자동 체크" },
    "notifyImportant": { "type": "boolean", "default": true, "label": "중요 메일 즉시 알림" },
    "maxEmails": { "type": "number", "default": 5, "label": "요약할 메일 수" }
  }
}
