{
  "author": "DropSnip",
  "description": "Post screenshots to a Slack channel via an incoming webhook.",
  "icon": "bubble.left.fill",
  "id": "com.dropsnip.slack-upload",
  "name": "Slack Upload",
  "openURLTemplate": null,
  "settings": [
    {
      "defaultValue": null,
      "isSecret": true,
      "key": "webhookURL",
      "label": "Slack Webhook URL",
      "type": "url"
    }
  ],
  "shellCommand": null,
  "type": "urlAction",
  "urlBodyType": "multipartFormData",
  "urlEndpoint": "{{setting:webhookURL}}",
  "urlHeaders": null,
  "urlMethod": "POST",
  "version": "1.0.0"
}