{
  "key": "com.cryptics.reminder",
  "baseUrl": "https://reminder.cryptics.ro",
  "name": "Worklog Reminder",
  "description": "Reminds users to log their work",
  "authentication": {
    "type": "jwt"
  },
  "enableLicensing": true,
  "lifecycle": {
    "installed": "/installed",
    "uninstalled": "/uninstalled"
  },
  "vendor": {
    "name": "Cryptics",
    "url": "https://www.cryptics.ro"
  },
  "links": {
    "self": "https://reminder.cryptics.ro",
    "documentation": "https://reminder.cryptics.ro"
  },
  "scopes": ["READ", "WRITE", "DELETE"],
  "modules": {
    "generalPages": [
      {
        "name": {
          "value": "Worklog Reminder"
        },
        "icon": {
          "url": "img/bundle/worklog-reminder-logo.png"
        },
        "url": "/worklogs",
        "key": "worklogs",
        "conditions": [
          {
            "condition": "user_is_logged_in"
          }
        ]
      }
    ],
    "jiraBackgroundScripts": [
      {
        "url": "/reminder",
        "location": {
          "type": "issue_view",
          "shouldReloadOnRefresh": true
        },
        "key": "reminder-background-script"
      }
    ],
    "dialogs": [
      {
        "key": "worklog-dialog",
        "url": "/worklog-dialog",
        "options": {}
      }
    ],
    "adminPages": [
      {
        "url": "/reminder-config",
        "name": {
          "value": "Worklog Reminder",
          "i18n": "Worklog Reminder"
        },
        "location": "admin_plugins_menu/timetracking_section",
        "key": "cryptics-reminder-background-config"
      }
    ]
  }
}
