From 905d797b652e44e02cc689fbf881bfd56ee57031 Mon Sep 17 00:00:00 2001 From: Scan <103391616+scanash00@users.noreply.github.com> Date: Thu, 5 Feb 2026 14:22:09 -0900 Subject: [PATCH] docs: Add Margin extension to extensions using wxt (#2060) Co-authored-by: Aaron --- 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 96fbdc22..7dbcbe45 100644 --- a/docs/.vitepress/components/UsingWxtSection.vue +++ b/docs/.vitepress/components/UsingWxtSection.vue @@ -115,6 +115,7 @@ const chromeExtensionIds = [ 'eglpfhbhmelampoihamjomgkeobgdofl', // Capture It - Capture & Edit Screenshots 'jmghclbfbbapimhbgnpffbimphlpolnm', // Teams Chat Exporter 'jdcppdokgfbnhiacbeplahgnciahnhck', // Lofi BGM Player - Free lofi focus music for work & study + 'cgpmbiiagnehkikhcbnhiagfomajncpa', // Margin - Annotate and highlight any webpage, with your notes saved to the decentralized AT Protocol. ]; const { data, err, isLoading } = useListExtensionDetails(chromeExtensionIds);