{
	"name": "mfreiholz/persistent_login",
	"type": "roundcube-plugin",
	"license": "GPL-3.0+",
	"repositories": [
		{
			"type": "composer",
			"url": "http://plugins.roundcube.net"
		}
	],
	"require": {
		"roundcube/plugin-installer": ">=0.1.6"
	},
	"description": "This server-side plugin is useful for all Roundcube users who don’t like to log into their e-mail account each time they open their browser. The plugin stores a persistent login cookie which automatically logs the user in the next time he or she visits the Roundcube web mailer.",
	"keywords": [
		"login",
		"authorization",
		"remember",
		"password"
	],
	"homepage": "https://github.com/mfreiholz/persistent_login",
	"version": "5.3.0",
	"authors": [
		{
			"name": "Manuel Freiholz",
			"homepage": "https://mfreiholz.de",
			"role": "Developer"
		}
	]
}