{
  "apiVersion": 2,
  "name": "Wyzed Plugin",
  "description": "Allow Confluence users to access your Wyzed training platform with a single click. Automatically sets up single sign-on between the platforms and allows users to login to Wyzed with their Confluence account. Adds a button in Confluence called \"My Learning\".",
  "key": "com.wyzed.confluence.wyzed-confluence-plugin",
  "baseUrl": "https://connect.wyzed.com",
  "vendor": {
    "name": "Wyzed",
    "url": "https://www.wyzed.com"
  },
  "authentication": {
    "type": "jwt"
  },
  "lifecycle": {
    "installed": "/installed",
    "uninstalled": "/uninstalled",
    "enabled": "/enabled",
    "disabled": "/disabled"
  },
  "scopes": [
    "read",
    "ACCESS_EMAIL_ADDRESSES"
  ],
  "links": {
    "self": "https://connect.wyzed.com/atlassian-connect.json",
    "documentation": "https://www.wyzed.com/wyzed-add-on-for-confluence",
    "homepage": "https://www.wyzed.com"
  },
  "modules": {
    "generalPages": [
      {
        "url": "/wyzed",
        "key": "wyzed",
        "location": "system.header/left",
        "name": {
          "value": "My Learning"
        },
        "conditions": [
          {
            "condition": "user_is_logged_in"
          }
        ]
      }
    ],
    "configurePage": {
      "url": "/setup",
      "key": "setup",
      "name": {
        "value": "Wyzed Settings"
      },
      "conditions": [
        {
          "or": [
            {
              "condition": "user_is_admin",
              "invert": false
            },
            {
              "condition": "user_is_sysadmin",
              "invert": false
            }
          ]
        },
        {
          "condition": "user_is_logged_in",
          "invert": false
        }
      ]
    },
    "postInstallPage": {
      "url": "/get-started",
      "key": "get-started",
      "name": {
        "value": "Get Started"
      }
    }
  },
  "apiMigrations": {
    "context-qsh": true,
    "gdpr": true
  }
}