diff --git a/catalogs/plugins.json b/catalogs/plugins.json index 7cd7d63..63f9991 100644 --- a/catalogs/plugins.json +++ b/catalogs/plugins.json @@ -7,7 +7,9 @@ "description": "Sign in to ZBoard with GitHub, Google or a custom OAuth2 / OpenID Connect provider.", "categories": [], "license": "MPL-2.0", - "maintainers": ["higanbana986"], + "maintainers": [ + "higanbana986" + ], "repository": "https://github.com/higanbana986/zboard-oauth", "publisher": { "id": "higanbana986", @@ -21,7 +23,11 @@ { "host": "zboard", "package_id": "zboard.oauth", - "surfaces": ["public", "account", "admin"], + "surfaces": [ + "public", + "account", + "admin" + ], "capabilities": [ "zboard.ui.page.v1", "zboard.config.v1", @@ -30,6 +36,53 @@ ] } ] + }, + { + "id": "org.zerodenet.connect", + "name": "Connect", + "description": "Connects compatible subscription providers and clients for device authorization, managed subscription synchronization, and read-only provider messages.", + "categories": [ + "integration", + "network" + ], + "license": "MPL-2.0", + "maintainers": [ + "zerodenet" + ], + "repository": "https://github.com/zerodenet/connect", + "documentation": "https://github.com/zerodenet/connect/blob/main/README.md", + "security": "https://github.com/zerodenet/connect/blob/main/SECURITY.md", + "publisher": { + "id": "zerodenet", + "public_key": "/fr8OvitVqcn5EVbZyzRCUyO7h0MDB5O+lhSMsaXHOQ=" + }, + "release_source": { + "type": "github-releases", + "metadata_asset": "marketplace-entry.json" + }, + "targets": [ + { + "host": "zboard", + "package_id": "org.zerodenet.connect.zboard", + "surfaces": [ + "account", + "admin" + ], + "capabilities": [ + "zboard.ui.page.v1", + "zboard.config.v1", + "zboard.storage.v1" + ] + }, + { + "host": "znet-sink", + "package_id": "org.zerodenet.connect.znet-sink", + "surfaces": [], + "capabilities": [ + "network.request" + ] + } + ] } ] }