From 47df623fd4b4e0d07bc65779584b54f97f7eb5ea Mon Sep 17 00:00:00 2001 From: Aaron Date: Sun, 3 Aug 2025 07:59:37 -0500 Subject: [PATCH] docs: Update using WXT section --- docs/.vitepress/components/UsingWxtSection.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/.vitepress/components/UsingWxtSection.vue b/docs/.vitepress/components/UsingWxtSection.vue index 9ba3b62b..6a34d183 100644 --- a/docs/.vitepress/components/UsingWxtSection.vue +++ b/docs/.vitepress/components/UsingWxtSection.vue @@ -4,10 +4,9 @@ import useListExtensionDetails, { ChromeExtension, } from '../composables/useListExtensionDetails'; -// Add extension IDs here. Order doesn't matter, will be sorted by a combination of weekly active users and rating. +// Add extension IDs to end of the list. On the website, extensions will be sorted by a combination of weekly active users and rating. // Change the commit message or PR title to: "docs: Added "[extension name]" to the homepage" const chromeExtensionIds = [ - 'nkbikckldmljjiiajklecmgmajgapbfl', // PIPX - Take Control of Picture-in-Picture, Automatically 'ocfdgncpifmegplaglcnglhioflaimkd', // GitHub: Better Line Counts 'mgmdkjcljneegjfajchedjpdhbadklcf', // Anime Skip Player 'bfbnagnphiehemkdgmmficmjfddgfhpl', // UltraWideo @@ -98,6 +97,7 @@ const chromeExtensionIds = [ 'hnjamiaoicaepbkhdoknhhcedjdocpkd', // Quick Prompt - https://github.com/wenyuanw/quick-prompt 'kacblhilkacgfnkjfodalohcnllcgmjd', // Add QR Code Generator Icon Back To Address Bar 'fkbdlogfdjmpfepbbbjcgcfbgbcfcnne', // Piwik PRO Tracking Helper + 'nkbikckldmljjiiajklecmgmajgapbfl', // PIPX - Take Control of Picture-in-Picture, Automatically ]; const { data, err, isLoading } = useListExtensionDetails(chromeExtensionIds);