{
  "author": "DropSnip",
  "description": "Upload screenshots to Cloudinary for optimized hosting and CDN delivery.",
  "icon": "cloud.fill",
  "id": "com.dropsnip.cloudinary",
  "name": "Cloudinary Upload",
  "openURLTemplate": null,
  "settings": [
    {
      "defaultValue": null,
      "isSecret": false,
      "key": "cloudName",
      "label": "Cloud Name",
      "type": "text"
    },
    {
      "defaultValue": null,
      "isSecret": false,
      "key": "uploadPreset",
      "label": "Upload Preset",
      "type": "text"
    },
    {
      "defaultValue": null,
      "isSecret": true,
      "key": "apiKey",
      "label": "API Key",
      "type": "secret"
    }
  ],
  "shellCommand": null,
  "type": "urlAction",
  "urlBodyType": "multipartFormData",
  "urlEndpoint": "https://api.cloudinary.com/v1_1/{{setting:cloudName}}/image/upload",
  "urlHeaders": null,
  "urlMethod": "POST",
  "version": "1.0.0"
}