{
  "name": "johndoh/contextmenu",
  "description": "Adds context menus with common tasks to various parts of Roundcube",
  "keywords": ["context", "menu", "right-click"],
  "homepage": "https://github.com/johndoh/roundcube-contextmenu/",
  "license": "GPL-3.0-or-later",
  "type": "roundcube-plugin",
  "version": "3.3.1",
  "authors": [
    {
      "name": "Philip Weir",
      "email": "roundcube@tehinterweb.co.uk",
      "role": "Developer"
    }
  ],
  "require": {
    "php": ">=5.4.0",
    "roundcube/plugin-installer": ">=0.1.2"
  },
  "extra": {
    "roundcube": {
      "min-version": "1.5",
      "persistent-files": ["skins/elastic/_custom.less"]
    }
  }
}