Skip to content

Commit 47df623

Browse files
committed
docs: Update using WXT section
1 parent c609efb commit 47df623

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/.vitepress/components/UsingWxtSection.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@ import useListExtensionDetails, {
44
ChromeExtension,
55
} from '../composables/useListExtensionDetails';
66
7-
// Add extension IDs here. Order doesn't matter, will be sorted by a combination of weekly active users and rating.
7+
// Add extension IDs to end of the list. On the website, extensions will be sorted by a combination of weekly active users and rating.
88
// Change the commit message or PR title to: "docs: Added "[extension name]" to the homepage"
99
const chromeExtensionIds = [
10-
'nkbikckldmljjiiajklecmgmajgapbfl', // PIPX - Take Control of Picture-in-Picture, Automatically
1110
'ocfdgncpifmegplaglcnglhioflaimkd', // GitHub: Better Line Counts
1211
'mgmdkjcljneegjfajchedjpdhbadklcf', // Anime Skip Player
1312
'bfbnagnphiehemkdgmmficmjfddgfhpl', // UltraWideo
@@ -98,6 +97,7 @@ const chromeExtensionIds = [
9897
'hnjamiaoicaepbkhdoknhhcedjdocpkd', // Quick Prompt - https://github.com/wenyuanw/quick-prompt
9998
'kacblhilkacgfnkjfodalohcnllcgmjd', // Add QR Code Generator Icon Back To Address Bar
10099
'fkbdlogfdjmpfepbbbjcgcfbgbcfcnne', // Piwik PRO Tracking Helper
100+
'nkbikckldmljjiiajklecmgmajgapbfl', // PIPX - Take Control of Picture-in-Picture, Automatically
101101
];
102102
103103
const { data, err, isLoading } = useListExtensionDetails(chromeExtensionIds);

0 commit comments

Comments
 (0)