roundcube-easy-unsubscribe/composer.json

12 lines
442 B
JSON
Raw Normal View History

2018-02-12 11:23:51 -05:00
{
"name": "ss88/easy_unsubscribe",
"type": "roundcube-plugin",
"description": "Displays a small icon after the subject line when viewing an email, so you can very quickly unsubscribe.",
"license": "GPL-3.0+",
"keywords": ["unsubscribe","subscription", "newsletter", "mailer"],
"homepage": "https://github.com/SS88UK/roundcube-easy-unsubscribe",
"require": {
"roundcube/plugin-installer": ">=0.1.6"
}
}