{
  "author": "Community",
  "description": "Free image hosting with direct image links via the ImgBB API.",
  "icon": "photo.fill",
  "id": "community.imgbb",
  "name": "ImgBB Upload",
  "openURLTemplate": null,
  "settings": [
    {
      "defaultValue": null,
      "isSecret": true,
      "key": "apiKey",
      "label": "ImgBB API Key",
      "type": "secret"
    }
  ],
  "shellCommand": null,
  "type": "urlAction",
  "urlBodyType": "multipartFormData",
  "urlEndpoint": "https://api.imgbb.com/1/upload?key={{setting:apiKey}}",
  "urlHeaders": null,
  "urlMethod": "POST",
  "version": "1.0.0"
}