{
  "key": "miw.poker",
  "baseUrl": "https://miw-poker.mcb.miwtech.com",
  "name": "Miw.poker",
  "authentication": {
    "type": "jwt"
  },
  "lifecycle": {
    "installed": "/installed",
    "uninstalled": "/uninstalled"
  },
  "scopes": ["READ", "ACT_AS_USER", "WRITE", "ADMIN"],
  "modules": {
    "jiraIssueContexts": [
      {
        "icon": {
          "width": 0,
          "height": 0,
          "url": "/images/agile-poker.png"
        },
        "content": {
          "type": "label",
          "label": {
            "value": "Agile Poker"
          }
        },
        "target": {
          "type": "web_panel",
          "url": "/poker-panel?issueKey={issue.key}&projectKey={project.key}"
        },
        "jiraNativeAppsEnabled": true,
        "name": {
          "value": "Poker Panel"
        },
        "key": "my-issue-context-panel"
      }
    ]
  }
}
