Skip to content

Commit d07de97

Browse files
authored
Update README.md
1 parent f7a67ce commit d07de97

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,8 @@ For example let's say you want to add a new keychain integration. You just need
88
1. Create a class, e.g. `com.example.mycryptomatorplugin.PwManager3000Integration` which extends `org.cryptomator.integrations.keychain.KeychainAccessProvider` and implement the methods according to the interface.
99
1. Create a provider configuration file at `META-INF/services/org.cryptomator.integrations.keychain.KeychainAccessProvider` and add your implementation (`com.example.mycryptomatorplugin.PwManager3000Integration`)
1010
1. Publish your library as a jar file and include it to Cryptomator's class path at runtime (PRs are welcome)
11+
12+
Implementations of the Integrations API can be found here:
13+
- https://github.com/cryptomator/integrations-win
14+
- https://github.com/cryptomator/integrations-mac
15+
- https://github.com/cryptomator/integrations-linux

0 commit comments

Comments
 (0)