Added Roundcube version requirement. Added some more keywords.

This commit is contained in:
Boris Gulay
2016-05-16 15:36:58 +03:00
parent a2dd36709b
commit 3318e0fec4

View File

@@ -3,7 +3,7 @@
"type": "roundcube-plugin", "type": "roundcube-plugin",
"description": "This plugin allows users to switch between different accounts (including remote) in single Roundcube session.", "description": "This plugin allows users to switch between different accounts (including remote) in single Roundcube session.",
"homepage": "https://bitbucket.org/BoresExpress/ident_switch", "homepage": "https://bitbucket.org/BoresExpress/ident_switch",
"keywords": ["identity", "imap"], "keywords": ["identity", "imap", "mail", "switch"],
"license": "GPL-3.0+", "license": "GPL-3.0+",
"authors": [ "authors": [
{ {
@@ -24,6 +24,7 @@
}, },
"extra": { "extra": {
"roundcube": { "roundcube": {
"min-version": "1.1",
"sql-dir": "SQL" "sql-dir": "SQL"
} }
} }