{
  "key": "com.rozdoum.agile-remaining-estimate-counter",
  "baseUrl": "https://arecbackend.rozdoum.com",
  "name": "Agile Remaining Estimate Counter",
  "description": "Ensure your sprint commitments easily by monitoring correct remaining estimates.",
  "vendor": {
    "name": "Rozdoum",
    "url": "http://rozdoum.com"
  },
  "enableLicensing": true,
  "authentication": {
    "type": "jwt"
  },
  "apiMigrations": {
    "context-qsh": true,
    "signed-install": true
  },
  "scopes": [
    "READ","ADMIN"
  ],
  "lifecycle": {
    "installed": "/installed",
    "uninstalled": "/uninstalled"
  },
  "version":"1.0.0",
  "translations": {
    "paths": {
      "en-US": "/i18n/en_US.json"
    }
  },
  "modules": {
    "webSections": [
      {
        "key": "company-managed-board-button",
        "location": "jira.agile.board.tools",
        "weight": 10,
        "name": {
          "value": "AREC"
        }
      }
    ],
    "webItems": [
      {
        "key": "team-managed-board-button",
        "location": "jira.software.board.tools",
        "icon": {
          "width": 16,
          "height": 16,
          "url": "/images/buttonIcon.png"
        },
        "target": {
          "type": "dialogmodule",
          "options": {
            "key": "team-managed-popup"
          }
        },
        "name": {
          "value": "AREC"
        }
      },
      {
        "key": "team-managed-backlog-button",
        "location": "jira.software.backlog.tools",
        "icon": {
          "width": 16,
          "height": 16,
          "url": "/images/buttonIcon.png"
        },
        "target": {
          "type": "dialogmodule",
          "options": {
            "key": "team-managed-popup"
          }
        },
        "name": {
          "value": "AREC"
        }
      }
    ],
    "dialogs": [
      {
        "key": "team-managed-popup",
        "url": "/view/board?id={board.id}&mode={board.screen}&type={board.type}",
        "type": "inlinedialog",
        "options": {
          "chrome": false,
          "width": "525",
          "height": "350"
        }
      }
    ],
    "webPanels": [
      {
        "key": "company-managed-board-dropdown",
        "url": "/view/board?id={board.id}&mode={board.screen}&type={board.type}",
        "location": "company-managed-board-button",
        "name": {
          "value": "AREC"
        },
        "layout": {
          "width": "445",
          "height": "260"
        }
      }
    ]
  }
}