{
  "author": "DropSnip",
  "description": "Open a new GitHub issue pre-filled with your screenshot context.",
  "icon": "ladybug.fill",
  "id": "com.dropsnip.github-issue",
  "name": "GitHub Issue",
  "openURLTemplate": "https://github.com/{{setting:repo}}/issues/new?title=Bug+Report&body=Screenshot+attached",
  "settings": [
    {
      "defaultValue": null,
      "isSecret": false,
      "key": "repo",
      "label": "Repository (owner/repo)",
      "type": "text"
    }
  ],
  "shellCommand": null,
  "type": "openURL",
  "urlBodyType": null,
  "urlEndpoint": null,
  "urlHeaders": null,
  "urlMethod": null,
  "version": "1.0.0"
}