{
    "key": "com.dnt.smart.boards",
    "baseUrl": "https://sb.jira.designextech.com",
    "name": "Smart Boards",
    "description": "Complete solution for creating and managing your custom dashboards and reporting inside JIRA.",
    "enableLicensing": true,
    "vendor": {
          "name": "Designextech",
          "url": "http://theagilegames.com"
    },
    "authentication": {
      "type": "jwt"
    },
      "links": {
          "self": "https://sb.jira.designextech.com/help.html",
          "documentation": "https://sb.jira.designextech.com/help.html"
    },
    "lifecycle": {
      "installed": "/installed",
      "uninstalled": "/uninstalled",
      "enabled": "/webhook/enabled",
      "disabled": "/webhook/disabled"

    },
    "scopes": [
          "READ","WRITE","ACT_AS_USER"
     ],
      "modules": {
          "generalPages": [{
              "name": {
                  "value": "Smart Boards"
              },
              "icon":{
                  "width": 35,
                  "height": 35,
                  "url": "/assets/sblogo.png"
              },
              "location": "system.top.navigation.bar",
              "url": "/launch",
              "key": "launch-smart-boards",
              "conditions": [{
                  "condition": "user_is_logged_in"
              }]
          }]
      },
      "apiMigrations": {
          "gdpr": true,
          "context-qsh": true,
          "signed-install": true
      }
  }

