{
  "key": "com.jelldesk.apps.embeddable-widget",
  "baseUrl": "https://embeddable.jsoftware.io",
  "name": "Embeddable Widget",
  "description": "Embeddables seamlessly integrate JIRA Service Desk functionality into any native environment, allowing businesses to put help right at their customers’ fingertips. Using JIRA Service Desk Embeddables, companies can reach out and offer support, provide information, or start a conversation.",
  "vendor": {
    "name": "jSoftware Pte Ltd",
    "url": "http://jsoftware.io"
  },
  "apiMigrations": {
    "gdpr": true,
    "context-qsh": true,
    "signed-install": true
  },
  "authentication": {
    "type": "jwt"
  },
  "enableLicensing": true,
  "scopes": [
    "read",
    "write",
    "project_admin",
    "ADMIN"
  ],
  "lifecycle": {
    "installed": "/installed",
    "uninstalled": "/uninstalled",
    "enabled": "/enabled",
    "disabled": "/disabled"
  },
  "modules": {
    "postInstallPage": {
      "url": "/embeddables/guide",
      "name": {
        "value": "Widget introduction"
      },
      "key": "embeddable-guide-widget"
    },
    "jiraProjectAdminTabPanels": [
      {
        "location": "projectgroup4",
        "url": "/embeddables/setup?projectKey={project.key}&projectId={project.id}",
        "weight": 100,
        "name": {
          "value": "Embeddable setting"
        },
        "key": "embeddable-widget",
        "conditions": [
          {
            "condition": "user_is_logged_in"
          },
          {
            "condition": "can_use_application",
            "params": {
              "applicationKey": "jira-servicedesk"
            }
          }
        ]
      }
    ],
    "webSections": [
      {
        "location": "sd-reports-nav",
        "weight": 15,
        "name": {
          "value": "Embeddable"
        },
        "key": "sd-embeddable-section"
      }
    ]
  }
}