Change plugin metadata to push it into repo.
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user