{
  "key": "itsware-connect-app-prd",
  "baseUrl": "https://connect.prd.app.itsware.com",
  "name": "ItsWare",
  "authentication": {
    "type": "jwt"
  },
  "lifecycle": {
    "installed": "/installed",
    "uninstalled": "/uninstalled"
  },
  "modules": {
    "jiraIssueContents": [
      {
        "icon": {
          "width": 24,
          "height": 24,
          "url": "/images/icon.svg"
        },
        "target": {
          "type": "web_panel",
          "url": "/app"
        },
        "tooltip": {
          "value": "ItsWare"
        },
        "name": {
          "value": "ItsWare"
        },
        "key": "itsware-devices-content-panel"
      }
    ]
  },
  "scopes": ["READ", "WRITE", "ACT_AS_USER"]
}
