roundcube-easy-unsubscribe/composer.json

12 lines
465 B
JSON
Raw Normal View History

2018-02-12 11:23:51 -05:00
{
2024-11-07 11:31:12 +02:00
"name": "stuzer05/roundcube-easy-unsubscribe",
2018-02-12 11:23:51 -05:00
"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"],
2024-11-07 11:31:12 +02:00
"homepage": "https://gitea.stuzer.link/stuzer05/roundcube-easy-unsubscribe",
2018-02-12 11:23:51 -05:00
"require": {
"roundcube/plugin-installer": ">=0.1.6"
}
}