From 70bd642c1acad650f2e4bc1f6adbff969c33b6cb Mon Sep 17 00:00:00 2001 From: JustAnyone Date: Sun, 8 Feb 2026 13:42:06 +0200 Subject: [PATCH] Limit supported platforms --- plugin.manifest | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugin.manifest b/plugin.manifest index 47cad56..23c1dfb 100644 --- a/plugin.manifest +++ b/plugin.manifest @@ -4,5 +4,6 @@ "title": "Party House", "text": "A plugin which adds a party house award with a musical surprise.", "author": "JustAnyone", - "thumbnail": "thumbnail.png" + "thumbnail": "thumbnail.png", + "platforms": ["ios", "desktop"] }