From 68aa9a0e1936fb462fc8f705cbdb93cc62ae9002 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Fr=C3=B8yland?= <81354124+Andreas-Froyland@users.noreply.github.com> Date: Fri, 5 Jun 2026 23:03:16 +0200 Subject: [PATCH] feat: add stream deck companion plugin --- plugins-source.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/plugins-source.json b/plugins-source.json index f21b4ae..8686fc9 100644 --- a/plugins-source.json +++ b/plugins-source.json @@ -1,6 +1,14 @@ { "$schema": "./schemas/plugins-source.schema.json", "plugins": [ + { + "id": "dotx-streamdeck-companion", + "name": "Stream Deck Companion", + "author": "DotMatrixLabs", + "description": "Guide for installing and setting up the Stream Deck Plugin for Dot X", + "repo": "https://github.com/DotMatrixLabs/dotx-streamdeck-plugin", + "tags": ["stream-deck", "integration", "productivity"] + } ] }