From d02bf443e918e8e74772d82c43503ff7faa79bc0 Mon Sep 17 00:00:00 2001 From: Damjan Antevski Date: Tue, 14 Jul 2026 01:04:21 +0200 Subject: [PATCH] feat(marketplace): update Spicetify Marketplace manifest and CDN include --- manifest.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 0df0cea..55170e9 100644 --- a/manifest.json +++ b/manifest.json @@ -2,10 +2,13 @@ "name": "SpoTUI", "description": "Terminal interface for Spotify...", "preview": "preview.png", + "usercss": "user.css", + "schemes": "color.ini", + "include": ["https://cdn.jsdelivr.net/gh/SkenSMasteR/SpoTUI@master/theme.js"], "readme": "README.md", - "branch": "release", + "branch": "master", "authors": [ { "name": "SkenS", "url": "https://github.com/SkenSMasteR" } ], "tags": ["tui", "beta", "dev", "commands", "terminal", "cli"] -} \ No newline at end of file +}