From b57a13dfba75008389e6f1e2eb9157e278caee52 Mon Sep 17 00:00:00 2001 From: Chae Taylor Date: Sat, 31 May 2025 15:41:46 +0100 Subject: [PATCH] Add @SuperslowJelly store --- plugins/ui/src/SettingsPage/PluginStoreTab/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/ui/src/SettingsPage/PluginStoreTab/index.tsx b/plugins/ui/src/SettingsPage/PluginStoreTab/index.tsx index 80a0331..ecd016f 100644 --- a/plugins/ui/src/SettingsPage/PluginStoreTab/index.tsx +++ b/plugins/ui/src/SettingsPage/PluginStoreTab/index.tsx @@ -19,6 +19,7 @@ export const addToStores = (url: string) => { // Devs! Add your stores here <3 // TODO: Abstract this to a git repo +addToStores("https://github.com/SuperslowJelly/TIDAL-Clear-Coat/releases/download/latest/store.json"); addToStores("https://github.com/wont-stream/lunar/releases/download/dev/store.json"); addToStores("https://github.com/jxnxsdev/luna-plugins/releases/download/latest/store.json"); addToStores("https://github.com/espeon/luna-plugins/releases/download/latest/store.json");