{
  "name": "Lighthouse",
  "url": "http://lighthouseapp.com",
  "actions": {
    "create": "Create a Lighthouse ticket",
    "view": "View in Lighthouse",
    "object": "Lighthouse Ticket"
  },
  "type": "issueTracker",
  "fields": [
    {
      "name": "url",
      "label": "Lighthouse URL",
      "description": "Your Lighthouse URL, eg http://myaccount.lighthouse.com"
    },
    {
      "name": "projectId",
      "label": "Project ID",
      "description": "Your Lighthouse project ID. You can find this from the URL to your Lighthouse project."
    },
    {
      "name": "apiKey",
      "label": "API Key [view Lighthouse docs](http://help.lighthouseapp.com/kb/api/how-do-i-get-an-api-token)",
      "description": "Your Lighthouse API Key",
      "type": "password"
    },
    {
      "name": "tags",
      "label": "Tags",
      "description": "Which tags to add to tickets, comma delimited",
      "optional": true,
      "defaultValue": "bugsnag"
    }
  ]
}
