{
  "name": "Kepler - SQL Query Fields Cloud",
  "key": "com.keplertechnologies.SQLCustomfield",
  "baseUrl": "https://sql-cloud.kepler-technologies.com",
  "description": "This plugin will allow you to create new type of custom field. SQL custom field has different type: Autocomplete, select, table, checkbox and radio buttons.",
  "apiVersion": 1,
  "enableLicensing": true,
  "vendor": {
    "name": "Kepler Technologies Algérie",
    "url": "https://www.kepler-technologies.com/"
  },
  "authentication": {
    "type": "jwt"
  },
  "lifecycle": {
    "installed": "/installed",
    "uninstalled": "/uninstalled"
  },
  "scopes": [
    "READ",
    "ADMIN",
    "ACT_AS_USER"
  ],
  "modules": {
    "generalPages": [
      {
        "key": "sql-cf-config-page",
        "location": "system.top.navigation.bar",
        "name": {
          "value": "Kepler SQL Custom Field Config",
          "i18n": "generalPages.sql-cf-config-page.name"
        },
        "conditions": [
          {
            "condition": "addon_is_licensed"
          },
          {
            "condition": "user_is_admin"
          }
        ],

        "url": "/kepler-sql-cf-cloud-config"
      }
    ],
    "webPanels": [
      {
        "key": "sql-cf-cloud-section",
        "location": "atl.jira.view.issue.left.context",
        "name": {
          "value": "Kepler - SQL Query Fields Section",
          "i18n": "webPanels.sql-cf-cloud-section.name"
        },
        "url": "/fields"
      }
    ]
  }
}
