From cf9f6e154b91b143e6b834902c18584a9f4bda1c Mon Sep 17 00:00:00 2001 From: CharlieS1103 <60494758+CharlieS1103@users.noreply.github.com> Date: Sat, 27 Nov 2021 12:34:13 -0500 Subject: [PATCH] Update manifest preview gif Should work with new changes to allow links, currently only did it for previews since that seems to be the only one with a demand for it. --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 7501844..22aef0c 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "name": "Dribbblish Dynamic (Beta)", "description": "A mod of Dribbblish theme for Spicetify with support for light/dark modes and album art based colors. (Beta Release)", "branch": "release-beta", - "preview": "showcase-images/preview.gif", + "preview": "https://raw.githubusercontent.com/JulienMaille/dribbblish-dynamic-theme/main/showcase-images/preview.gif", "readme": "README.md", "usercss": "user.css", "schemes": "color.ini",