mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-26 11:09:32 +00:00
Added setup to store a copy of the plugin.json inside Macpass and use that as fallback as well as if the user denies access to remote systems
This commit is contained in:
26
MacPass/Resources/plugins.json
Normal file
26
MacPass/Resources/plugins.json
Normal file
@@ -0,0 +1,26 @@
|
||||
[
|
||||
{
|
||||
"name": "MacPassHTTP",
|
||||
"description": "KeePassHTTP support for MacPass",
|
||||
"download": "https://github.com/MacPass/MacPassHTTP/releases/download/0.3.1/MacPassHTTP.mpplugin-0.3.1.zip",
|
||||
"source": "https://github.com/MacPass/MacPassHTTP",
|
||||
"currentVersion": "0.3.1",
|
||||
"bundleIdentifier": "com.hicknhacksoftware.MacPassHTTP",
|
||||
"compatibilty" : [
|
||||
{
|
||||
"pluginVersion": "0.2.*",
|
||||
"minimumHostVersion" : "0.6.1",
|
||||
"maximumHostVersion" : "0.6.2"
|
||||
},
|
||||
{
|
||||
"pluginVersion": "0.3",
|
||||
"minimumHostVersion" : "0.7",
|
||||
"maximumHostVersion" : "0.7.3"
|
||||
},
|
||||
{
|
||||
"pluginVersion": "0.3.1",
|
||||
"minimumHostVersion" : "0.7.4"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user