{
  "key": "com.soldevelo.apps.teamperformance",
  "baseUrl": "https://apps-performance.soldevelo.com",
  "name": "Team Performance Reports and Insights for Jira",
  "description": "Our plugin provides an excellent visualization of how your team is progressing toward achieving results and delivering value. Current version is 1.1.9",
  "enableLicensing": true,
  "vendor": {
    "name": "SolDevelo",
    "url": "http://www.soldevelo.com"
  },
  "authentication": {
    "type": "jwt"
  },
  "lifecycle": {
    "installed": "/installed",
    "uninstalled": "/uninstalled"
  },
  "scopes": ["READ", "WRITE"],
  "translations": {
    "paths": {
      "en-US": "/i18n/atlaskit/en_US.json"
    }
  },
  "modules": {
    "generalPages": [
      {
        "key": "team-performance-page-jira",
        "location": "system.top.navigation.bar",
        "name": {
          "value": "Performance",
          "i18n": "com.soldevelo.teamperformance.navigation.label"
        },
        "url": "/team-performance",
        "icon": {
          "width": 20,
          "height": 20,
          "url": "/images/thumbnail_header.png"
        }
      }
    ],
    "jiraDashboardItems": [
      {
        "description": {
          "value": "Team Performance Reports and Insights for Jira"
        },
        "url": "/team-performance?gadget=true&dashboardId={dashboard.id}&dashboardItemId={dashboardItem.id}",
        "configurable": true,
        "thumbnailUrl": "/images/thumbnail_gadget_team_performance.png",
        "name": {
          "value": "Performance",
          "i18n": "com.soldevelo.teamperformance.navigation.label"
        },
        "key": "dashboard-item-team-performance",
        "conditions": [
          {
            "condition": "user_is_logged_in"
          }
        ]
      }
    ],
    "jiraProjectPages": [
      {
        "key": "team-performance-project-page-jira",
        "name": {
          "value": "Performance",
          "i18n": "com.soldevelo.teamperformance.navigation.label"
        },
        "url": "/team-performance?projectKey={project.key}",
        "iconUrl": "/images/thumbnail_header.png"
      }
    ]
  },
  "apiMigrations": {
    "context-qsh": true,
    "signed-install": true
  }
}
