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