{
  "author": "DropSnip",
  "description": "Upload screenshots as attachments to Linear issues via their API.",
  "icon": "checkmark.circle.fill",
  "id": "com.dropsnip.linear",
  "name": "Linear Issue",
  "openURLTemplate": null,
  "settings": [
    {
      "defaultValue": null,
      "isSecret": true,
      "key": "apiKey",
      "label": "Linear API Key",
      "type": "secret"
    }
  ],
  "shellCommand": null,
  "type": "urlAction",
  "urlBodyType": "base64JSON",
  "urlEndpoint": "https://api.linear.app/graphql",
  "urlHeaders": {
    "Authorization": "{{setting:apiKey}}",
    "Content-Type": "application/json"
  },
  "urlMethod": "POST",
  "version": "1.0.0"
}