Current plugins.json

This commit is contained in:
Michael Starke
2019-08-27 10:15:19 +02:00
parent c295f5df6f
commit 48aa21faa8

View File

@@ -1,10 +1,24 @@
[
{
"name": "AutotypeURL",
"description": "Extract URLs from Browsers to enhance Global Autotype",
"download": "https://github.com/MacPass/AutotypeURL/releases/download/1.0/AutotypeURL-1.0.mpplugin.zip",
"source": "https://github.com/MacPass/AutotypeURL",
"currentVersion": "1.0",
"bundleIdentifier": "com.hicknhacksoftware.AutotypeURL",
"compatibilty" : [
{
"pluginVersion": "1.0",
"minimumHostVersion" : "0.7.10"
}
]
},
{
"name": "MacPassHTTP",
"description": "KeePassHTTP support for MacPass",
"download": "https://github.com/MacPass/MacPassHTTP/releases/download/0.3.1/MacPassHTTP.mpplugin-0.3.1.zip",
"download": "https://github.com/MacPass/MacPassHTTP/releases/download/0.3.1/MacPassHTTP.mpplugin-0.3.2.zip",
"source": "https://github.com/MacPass/MacPassHTTP",
"currentVersion": "0.3.1",
"currentVersion": "0.3.2",
"bundleIdentifier": "com.hicknhacksoftware.MacPassHTTP",
"compatibilty" : [
{
@@ -20,7 +34,12 @@
{
"pluginVersion": "0.3.1",
"minimumHostVersion" : "0.7.4"
},
{
"pluginVersion": "0.3.2",
"minimumHostVersion" : "0.7.4"
}
]
}
]