From 8122702edffd0402fe3a6a27caf589b9dbc689eb Mon Sep 17 00:00:00 2001 From: delta Date: Sun, 23 Jul 2023 20:05:04 +0200 Subject: [PATCH] swap video for gif and use github.com url instead of git.karx.xyz Signed-off-by: delta --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 1b755c2..210e0b2 100644 --- a/manifest.json +++ b/manifest.json @@ -13,8 +13,8 @@ "id": "com.twoexem.delta.MMM" }, "license": "GPL-3.0-or-later", - "image": "https://cdn.discordapp.com/attachments/1105067515907940434/1105067516079898635/mmm_preview.mp4", - "source": "https://git.karx.xyz/delta/MMM", + "image": "https://cdn.discordapp.com/attachments/849451139471638542/1132734755780186172/mmm_preview.gif", + "source": "https://github.com/Delta-official/MMM", "type": "replugged-plugin", "renderer": "src/index.ts" }