{
  "key": "com.polontech.jira.plugin.add-customer",
  "name": "Organizations Automation",
  "description": "Associate Service Desk Organizations with Email Domains",
  "vendor": {
    "name": "GEC Computer Systems",
    "url": "https://www.casinoscheduleease.com/"
  },
  "enableLicensing": true,
  "baseUrl": "https://plugins.geccomputersystemsllc.com",
  "links": {
    "self": "https://plugins.geccomputersystemsllc.com/atlassian-connect.json",
    "homepage": "https://plugins.geccomputersystemsllc.com/atlassian-connect.json"
  },
  "authentication": {
    "type": "jwt"
  },
  "apiMigrations": {
    "context-qsh": true,
    "signed-install": true
  },
  "lifecycle": {
    "installed": "/installed",
    "uninstalled": "/uninstalled"
  },
  "scopes": [
    "READ",
    "WRITE",
    "ACT_AS_USER",
    "ACCESS_EMAIL_ADDRESSES",
    "ADMIN"
  ],
  "modules": {
    "webSections": [
      {
        "key": "add-customer-admin-section",
        "location": "admin_plugins_menu",
        "name": {
          "value": "Organizations Automation"
        }
      }
    ],
    "webItems": [
      {
        "name": {
          "value": "Rules Configuration"
        },
        "key": "sprint-capacity-roles-config",
        "url": "/plugins/servlet/ac/com.polontech.jira.plugin.add-customer/rules-config",
        "context" : "product",
        "location": "admin_plugins_menu/add-customer-admin-section",
        "target": {
          "type": "page"
        },
        "conditions": [
          {
            "condition": "user_is_admin"
          }
        ]
      }
    ],
    "configurePage": {
      "key": "rules-config",
      "url": "/rules-config",
      "name": {
        "value": "Rules Configuration"
      },
      "location": "admin_plugins_menu/add-customer-admin-section"
    },
    "webhooks": [
      {
        "event": "user_created",
        "url": "/webhooks/user_created"
      },
      {
        "event": "jira:issue_created",
        "url": "/webhooks/issue_created"
      }
    ]
  }
}
