From 48aa21faa8b54134306a5a9b0de2a1bc371550ff Mon Sep 17 00:00:00 2001 From: Michael Starke Date: Tue, 27 Aug 2019 10:15:19 +0200 Subject: [PATCH] Current plugins.json --- MacPass/Resources/plugins.json | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/MacPass/Resources/plugins.json b/MacPass/Resources/plugins.json index ca5ba69a..92010e23 100644 --- a/MacPass/Resources/plugins.json +++ b/MacPass/Resources/plugins.json @@ -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" } + ] } ]