From 6cc4b7d4928ce6cca6eee903bee681d2c6f9d28e Mon Sep 17 00:00:00 2001 From: Send_Nukez Date: Sat, 27 Nov 2021 00:42:58 +0100 Subject: [PATCH] remove redundant "Theme" in manifest title --- manifest.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 9a08434..aa61f1e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,9 +1,9 @@ { - "name": "Dribbblish Dynamic (Beta) Theme", - "description": "A mod of Dribbblish theme for Spicetify with support for light/dark modes and album art based colors.", + "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": "beta-release", "preview": "showcase-images/preview.gif", "readme": "README.md", - "branch": "beta-release", "usercss": "user.css", "schemes": "color.ini", "include": ["https://raw.githubusercontent.com/JulienMaille/dribbblish-dynamic-theme/beta-release/dribbblish-dynamic.js"]