From cf466895b84ca1bc41509dcf2dfb9e0d4a57ed99 Mon Sep 17 00:00:00 2001 From: Alexander Date: Mon, 11 May 2026 09:57:19 -0400 Subject: [PATCH 1/3] docs: clarify CodeCrafters perk is for clubs only --- manifest.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.js b/manifest.js index abfc0d7..3bf8156 100644 --- a/manifest.js +++ b/manifest.js @@ -482,7 +482,7 @@ export default [ }, { name: 'Code Crafters', - description: 'Free 2-year membership to CodeCrafters', + description: 'Free 2-year membership to CodeCrafters (Clubs Only)', icon: 'code', external: true, url: 'https://codecrafters.io/event/hackclub', From 3616a12f06f2842c4bae403b4f711c61255dcce0 Mon Sep 17 00:00:00 2001 From: Snowflake6413 Date: Wed, 27 May 2026 09:31:22 -0400 Subject: [PATCH 2/3] style: change description color on Beest card for readability --- manifest.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.js b/manifest.js index 1e347df..e52a465 100644 --- a/manifest.js +++ b/manifest.js @@ -139,7 +139,7 @@ export default [ img: 'https://user-cdn.hackclub-assets.com/019e25d8-7e29-71e0-bce2-00d5c860ff33/favicon.webp', background: 'https://user-cdn.hackclub-assets.com/019e25b8-958e-76b4-90cb-c60016ea83f9/hero.webp', titleColor: '#4B4840', - descriptionColor: '#7F796D', + descriptionColor: '#000000', external: true, url : 'https://beest.hackclub.com?utm_source=toolbox', fancy: true From 144be3062b3229a4216c69ce889ca5839105fa23 Mon Sep 17 00:00:00 2001 From: Alexander Date: Wed, 27 May 2026 12:45:34 -0400 Subject: [PATCH 3/3] style: update Beest background to blurred background of Beest --- manifest.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.js b/manifest.js index e52a465..8ed3409 100644 --- a/manifest.js +++ b/manifest.js @@ -137,7 +137,7 @@ export default [ name: 'Beest', description: 'Code projects , Fly to Netherlands , Build a mechanical animal', img: 'https://user-cdn.hackclub-assets.com/019e25d8-7e29-71e0-bce2-00d5c860ff33/favicon.webp', - background: 'https://user-cdn.hackclub-assets.com/019e25b8-958e-76b4-90cb-c60016ea83f9/hero.webp', + background: 'https://cdn.hackclub.com/019e6a52-9450-71eb-88a0-e388d4acdff0/beestbutblurred.png', titleColor: '#4B4840', descriptionColor: '#000000', external: true,