From ff065ab88b6f63cd4f6a1b372cca267a49efe45b Mon Sep 17 00:00:00 2001 From: Luca Dalli <39853447+lucadalli@users.noreply.github.com> Date: Tue, 17 Dec 2024 17:29:43 +0100 Subject: [PATCH] docs: Added "Cursorful" to the homepage (#1282) --- docs/.vitepress/components/UsingWxtSection.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/.vitepress/components/UsingWxtSection.vue b/docs/.vitepress/components/UsingWxtSection.vue index c912e5d09..d3980af1d 100644 --- a/docs/.vitepress/components/UsingWxtSection.vue +++ b/docs/.vitepress/components/UsingWxtSection.vue @@ -58,6 +58,7 @@ const chromeExtensionIds = [ 'imgheieooppmahcgniieddodaliodeeg', // QA Compass - Record standardized bug reports easily 'npgghjedpchajflknnbngajkjkdhncdo', // aesthetic Notion, styled 'hmdcmlfkchdmnmnmheododdhjedfccka', // Eye Dropper + 'eihpmapodnppeemkhkbhikmggfojdkjd', // Cursorful - Screen Recorder with Auto Zoom ]; const { data, err, isLoading } = useListExtensionDetails(chromeExtensionIds);