{
  "key": "net.novalab.jira.worklog-visibility",
  "name": "Work Log Visibility Plugin",
  "description": "Allows you to easily view and filter work logs in detailed or aggregated forms.",
  "vendor": {
    "name": "Novalab Teknoloji",
    "url": "http://novalab.com.tr/eng/"
  },
  "baseUrl": "https://work-log-visibility-dot-jira-novalab.appspot.com",
  "authentication": {
    "type": "none"
  },
  "scopes": ["READ"],
  "apiMigrations": {
    "gdpr": true
  },
  "apiVersion": 1,
  "enableLicensing": true,
  "modules": {
    "generalPages": [
      {
        "url": "/view/work-logs.html?source={ac.source}",
        "key": "view",
        "location": "system.top.navigation.bar",
        "name": {
          "value": "Work Logs"
        },
        "icon": {
          "width": 96,
          "height": 96,
          "url": "/view/icon-white.png"
        }
      }
    ],
    "jiraProjectPages": [
      {
        "url": "/view/work-logs.html?project={project.key}&board={board.id}",
        "key": "project-view",
        "iconUrl": "/view/icon.png",
        "name": {
          "value": "Work Logs"
        }
      }
    ],
    "jiraSearchRequestViews": [
      {
        "url": "/redirect.html",
        "weight": 100,
        "description": {
          "value": "View work log details for the filtered issues"
        },
        "name": {
          "value": "Work Logs"
        },
        "key": "redirect"
      }
    ]
  }
}
