{
  "ntfy": {
    "enabled": true,
    "server": "https://ntfy.sh",
    "topic": "",
    "click": "https://claude.ai/"
  },
  "toast": {
    "enabled": true,
    "clickToFocus": true
  },
  "terminalBell": {
    "enabled": true
  },
  "events": {
    "task_complete": {
      "sound": "IM",
      "ntfyPriority": "default",
      "ntfyTags": "white_check_mark"
    },
    "needs_input": {
      "sound": "Reminder",
      "ntfyPriority": "urgent",
      "ntfyTags": "bell,warning"
    },
    "session_start": {
      "sound": "Default",
      "ntfyPriority": "low",
      "ntfyTags": "rocket",
      "toastEnabled": false,
      "ntfyEnabled": false
    }
  },
  "sources": {
    "claude": {
      "label": "Claude Code",
      "icon": "https://cdn.jsdelivr.net/gh/anthropics/anthropic-branding@main/icon/claude-app-icon.png"
    },
    "codex": {
      "label": "Codex",
      "icon": "https://openai.com/favicon.ico"
    },
    "gemini": {
      "label": "Gemini",
      "icon": "https://www.gstatic.com/lamda/images/gemini_sparkle_v002_d4735304ff6292a690b6.svg"
    },
    "cursor": {
      "label": "Cursor",
      "icon": "https://cursor.com/apple-touch-icon.png"
    }
  }
}
