{
  "key": "com.soldevelo.apps.worklogs",
  "baseUrl": "https://apps-worklogs.soldevelo.com",
  "name": "Worklogs - Time Tracking and Reports",
  "description": "This app will allow you to easy and flexible time tracking of your team members for different projects. Current version is 6.0.0",
  "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": {
    "adminPages": [
      {
        "key": "worklog-configuration-page",
        "url": "/worklog-configuration",
        "name": {
          "value": "Worklogs Configuration"
        },
        "location": "admin_plugins_menu/worklog-settings-section"
      }
    ],
    "webSections": [
      {
        "location": "admin_plugins_menu",
        "name": {
          "value": "Worklogs - Time Tracking and Reports"
        },
        "key": "worklog-settings-section"
      }
    ],
    "webItems": [
      {
        "key": "worklog-permissions-link",
        "location": "admin_plugins_menu/worklog-settings-section",
        "name": {
          "value": "Worklogs Permissions"
        },
        "context": "page",
        "url": "/worklog-settings"
      }
    ],
    "configurePage": {
      "key": "worklog-settings",
      "name": {
        "value": "Configure Worklogs"
      },
      "url": "/worklog-settings"
    },
    "generalPages": [
      {
        "key": "worklog-page-jira",
        "location": "system.top.navigation.bar",
        "name": {
          "value": "Worklogs - Time Tracking and Reports",
          "i18n": "bpma.worklog.navigation.label"
        },
        "url": "/worklog",
        "icon": {
          "width": 20,
          "height": 20,
          "url": "/images/worklogs-icon.png"
        }
      },
      {
        "key": "manage-my-reports",
        "location": "none",
        "name": {
          "value": "Manage My Reports"
        },
        "url": "/manage-my-reports"
      }
    ],
    "jiraDashboardItems": [
      {
        "description": {
          "value": "Worklogs - Time Tracking and Reports"
        },
        "url": "/gadget?dashboardId={dashboard.id}&dashboardItemId={dashboardItem.id}",
        "configurable": true,
        "thumbnailUrl": "/images/thumbnail_gadget_worklogs.png",
        "name": {
          "value": "Worklogs - Time Tracking and Reports",
          "i18n": "bpma.worklog.navigation.label"
        },
        "key": "dashboard-item-worklog",
        "conditions": [
          {
            "condition": "user_is_logged_in"
          }
        ]
      }
    ],
    "jiraProjectPages": [
      {
        "key": "worklog-project-page-jira",
        "name": {
          "value": "Worklogs - Time Tracking and Reports",
          "i18n": "bpma.worklog.navigation.label"
        },
        "url": "/worklog?projectKey={project.key}",
        "iconUrl": "/images/worklogs-icon.svg"
      }
    ],
    "jiraReports": [
      {
        "url": "/worklog?projectKey={project.key}",
        "description": {
          "value": "Track the time spent by members of your team in an easy and flexible way",
          "i18n": "bpma.worklog.report.description"
        },
        "thumbnailUrl": "/images/thumbnail_gadget_worklogs.png",
        "name": {
          "value": "Worklogs - Time Tracking and Reports",
          "i18n": "bpma.worklog.navigation.label"
        },
        "key": "worklog-report-jira"
      }
    ],
    "webhooks": [
      {
        "event": "connect_addon_enabled",
        "url": "/addon/enabled"
      }
    ]
  },
  "apiMigrations": {
    "context-qsh": true,
    "signed-install": true
  }
}
