{
  "key": "com.easesolutions.confluence.plugins.connect",
  "baseUrl": "https://eu.ec4c-cloud.easesolutions.com/",
  "name": "easeConnect",
  "description": "Enterprise connector to exchange data between easeRequirements for Jira Cloud app and Confluence Cloud at the customer instance.",
  "vendor": {
    "name": "Ease Solutions",
    "url": "https://www.easesolutions.com/"
  },
  "version": "1.0.0",
  "enableLicensing": false,
  "authentication": {
    "type": "jwt"
  },
  "lifecycle": {
    "installed": "/installed",
    "uninstalled": "/uninstalled"
  },
  "scopes": [
    "READ",
    "ACT_AS_USER"
  ],
  "modules": {
    "generalPages": [
      {
        "key": "connect-page",
        "location": "system.top.navigation.bar",
        "name": {
          "value": "easeConnect",
          "i18n": "general_pages.connect"
        },
        "url": "/connect",
        "icon": {
          "url": "/assets/ease_brand_icon.png"
        },
        "conditions": [
          {
            "condition": "user_is_logged_in"
          }
        ]
      }
    ]
  },
  "translations": {
    "paths": {
      "en-US": "/i18n/en/1.0/en_US.json"
    }
  },
  "apiMigrations": {
    "context-qsh": true,
    "signed-install": true
  }
}
