Skip to content

Commit

Permalink
docs: Add link to update extensions using WXT
Browse files Browse the repository at this point in the history
  • Loading branch information
aklinker1 committed Sep 28, 2023
1 parent 41e1549 commit 24e69fe
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/.vitepress/components/UsingWxtSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import useListExtensionDetails, {
ChromeExtension,
} from '../composables/useListExtensionDetails';
// Add extension IDs here. Order doesn't matter, will be sorted by weekly active users
const chromeExtensionIds = [
'ocfdgncpifmegplaglcnglhioflaimkd', // GitHub: Better Line Counts
'mgmdkjcljneegjfajchedjpdhbadklcf', // Anime Skip Player
Expand Down Expand Up @@ -54,7 +55,14 @@ function getStoreUrl(extension: ChromeExtension) {
</div>
</li>
</ul>
<p class="centered pr">Open a PR to add your extension to the list!</p>
<p class="centered pr">
<a
href="https://github.com/wxt-dev/wxt/edit/main/docs/.vitepress/components/UsingWxtSection.vue"
target="_blank"
>Open a PR</a
>
to add your extension to the list!
</p>
</div>
</section>
</template>
Expand Down

0 comments on commit 24e69fe

Please sign in to comment.