Change plugin metadata to push it into repo.

This commit is contained in:
Boris Gulay
2016-05-12 23:08:04 +03:00
parent fa9ebaf095
commit e7401da0e5

View File

@@ -1,14 +1,15 @@
{
"name": "Ident Switch",
"name": "boressoft/ident_switch",
"type": "roundcube-plugin",
"description": "This plugin allows users to switch between different accounts (including remote) in simgle 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",
"keywords": ["identity", "imap"],
"license": "GPLv3+",
"version": "0.5",
"authors": [
{
"name": "Boris Gulay",
"email": "boris@boressoft.ru",
"role": "Author"
"role": "Developer"
},
],
"repositories": [
@@ -21,4 +22,9 @@
"php": ">=5.3.0",
"roundcube/plugin-installer": ">=0.1.3"
}
"extra": {
"roundcube": {
"sql-dir": "SQL"
}
}
}