From 2e9b5cffe88ac919082e3b02c9c478162b0b783d Mon Sep 17 00:00:00 2001 From: Amit Yadav <28596505+Amitind@users.noreply.github.com> Date: Thu, 19 Dec 2024 04:43:11 +0530 Subject: [PATCH] docs: Added "Show IP Extension" to the homepage (#1289) --- 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 d3980af1..89d23f99 100644 --- a/docs/.vitepress/components/UsingWxtSection.vue +++ b/docs/.vitepress/components/UsingWxtSection.vue @@ -59,6 +59,7 @@ const chromeExtensionIds = [ 'npgghjedpchajflknnbngajkjkdhncdo', // aesthetic Notion, styled 'hmdcmlfkchdmnmnmheododdhjedfccka', // Eye Dropper 'eihpmapodnppeemkhkbhikmggfojdkjd', // Cursorful - Screen Recorder with Auto Zoom + 'hjjkgbibknbahijglkffklflidncplkn', // Show IP – Live View of Website IPs for Developers ]; const { data, err, isLoading } = useListExtensionDetails(chromeExtensionIds);