{
  "name": "youtube_thumbnail_generator",
  "id": "youtube-thumbnail",
  "title": "YouTube Thumbnail Generator",
  "description": "Create thumbnail concepts with bold video headlines.",
  "category": "graphics",
  "intent_examples": [
    "create youtube thumbnail",
    "thumbnail AI side hustle"
  ],
  "inputs": [
    {
      "name": "title",
      "type": "string",
      "required": true
    },
    {
      "name": "subtitle",
      "type": "string",
      "required": false
    }
  ],
  "outputs": [
    {
      "type": "html",
      "description": "Rendered output preview"
    },
    {
      "type": "png",
      "description": "Exportable PNG image"
    }
  ],
  "ui_url": "/generators/youtube-thumbnail/",
  "prefill_url_example": "/generators/youtube-thumbnail/?title=Aura+Studio",
  "run_url": null,
  "keywords": [
    "youtube",
    "thumbnail",
    "video",
    "headline"
  ]
}
