{
  "key": "com.addonexpertscenter.quickview.cloud.local",
  "baseUrl": "https://quick-view-polon-dev.loophole.site",
  "name": "Quick View Cloud Local",
  "description": "Quick View JIRA Cloud plugin Local",
  "vendor": {
    "name": "Addon Experts Center",
    "url": "http://addonexpertscenter.com/"
  },
  "enableLicensing": true,
  "authentication": {
    "type": "jwt"
  },
  "apiMigrations": {
    "gdpr": true,
    "context-qsh": true,
    "signed-install": true
  },
  "lifecycle": {
    "installed": "/installed",
    "uninstalled": "/uninstalled"
  },
  "scopes": [
    "READ",
    "WRITE",
    "ACT_AS_USER",
    "ADMIN"
  ],
  "modules": {
    "jiraProjectPages": [
      {
        "url": "/quick-view?projectId={project.id}&boardId={board.id}",
        "iconUrl": "/images/icon/addon-icon_sm.png",
        "weight": -127,
        "name": {
          "value": "Quick View Local"
        },
        "key": "quick-view-main-page",
        "conditions": [
          {
            "condition": "user_is_logged_in"
          }
        ]
      }
    ],
    "webhooks": [
      {
        "event": "jira:issue_updated",
        "url": "/webhooks/issue_updated"
      },
      {
        "event": "jira:issue_created",
        "url": "/webhooks/issue_created"
      },
      {
        "event": "jira:issue_deleted",
        "url": "/webhooks/issue_deleted"
      }
    ]
  }
}
