From 25b9d97d08701af91a493a6e91c7e4b94bc3232d Mon Sep 17 00:00:00 2001 From: Dustin Brett Date: Sun, 12 Jan 2025 13:23:24 -0800 Subject: [PATCH] Added skin museum to bookmarks (dustinbrett.com has CORS) --- components/apps/Browser/config.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/components/apps/Browser/config.ts b/components/apps/Browser/config.ts index 56b86236b8..cfc42f0c0d 100644 --- a/components/apps/Browser/config.ts +++ b/components/apps/Browser/config.ts @@ -30,6 +30,11 @@ export const bookmarks: Bookmark[] = [ url: "http://localhost/", }, DINO_GAME, + { + icon: "/System/Icons/webamp.webp", + name: "Winamp Skin Museum", + url: "https://skins.webamp.org/", + }, { icon: "/System/Icons/Favicons/google.webp", name: "Google",