diff --git a/extensions/Goodluck Lyrics.spotiflac-ext b/extensions/Goodluck Lyrics.spotiflac-ext new file mode 100644 index 0000000..77a382b --- /dev/null +++ b/extensions/Goodluck Lyrics.spotiflac-ext @@ -0,0 +1,14 @@ +{ + "id": "goodluck-dark-visualizer", + "name": "Dark Visualizer", + "description": "A dark-themed visualizer extension by Goodluck", + "version": "1.0.0", + "author": "Goodluck", + "icon": "SpotiFLAC.png", + "capabilities": { + "metadataProvider": false, + "downloadProvider": false, + "lyricsProvider": false, + "utilityFunctions": false + } +} \ No newline at end of file diff --git a/icons/SpotiFLAC.png b/icons/SpotiFLAC.png new file mode 100644 index 0000000..2706948 Binary files /dev/null and b/icons/SpotiFLAC.png differ diff --git a/registry.json b/registry.json index 51d3065..7b6f8ae 100644 --- a/registry.json +++ b/registry.json @@ -171,6 +171,13 @@ "downloads": 0, "updated_at": "2026-05-25T00:00:00Z", "min_app_version": "4.5.0" + }, + { + "id": "goodluck-dark-visualizer", + "name": "Dark Visualizer", + "description": "A dark-themed visualizer extension by Goodluck.", + "file": "extensions/Goodluck Lyrics.spotiflac-ext", + "iconUrl": "https://raw.githubusercontent.com/LuckyK-Bit/SpotiFLAC-Extension/refs/heads/main/icons/SpotiFLAC.png" } ] }