From 489aa0ffd86c96b229b67b99efc37b73cb01a224 Mon Sep 17 00:00:00 2001 From: Abijith Vasanthakumar <42151354+Abjcodes@users.noreply.github.com> Date: Wed, 3 Sep 2025 18:46:54 +0530 Subject: [PATCH] docs: Add "ChatSight" to Using WXT section (#1862) --- 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 6a34d183..5867db77 100644 --- a/docs/.vitepress/components/UsingWxtSection.vue +++ b/docs/.vitepress/components/UsingWxtSection.vue @@ -98,6 +98,7 @@ const chromeExtensionIds = [ 'kacblhilkacgfnkjfodalohcnllcgmjd', // Add QR Code Generator Icon Back To Address Bar 'fkbdlogfdjmpfepbbbjcgcfbgbcfcnne', // Piwik PRO Tracking Helper 'nkbikckldmljjiiajklecmgmajgapbfl', // PIPX - Take Control of Picture-in-Picture, Automatically + 'aamihahiiogceidpbnfgehacgiecephe', // ChatSight - Add Table of Contents to ChatGPT ]; const { data, err, isLoading } = useListExtensionDetails(chromeExtensionIds);