{
  "author": "DropSnip",
  "description": "Upload screenshots anonymously to Imgur and get a shareable link.",
  "icon": "photo.on.rectangle.angled",
  "id": "com.dropsnip.imgur-upload",
  "name": "Imgur Upload",
  "openURLTemplate": null,
  "settings": [
    {
      "defaultValue": null,
      "isSecret": true,
      "key": "clientId",
      "label": "Imgur Client ID",
      "type": "secret"
    }
  ],
  "shellCommand": null,
  "type": "urlAction",
  "urlBodyType": "multipartFormData",
  "urlEndpoint": "https://api.imgur.com/3/image",
  "urlHeaders": {
    "Authorization": "Client-ID {{setting:clientId}}"
  },
  "urlMethod": "POST",
  "version": "1.0.0"
}