Skip to content

poweroutlet2/browser-extension-starter

Repository files navigation

Browser Extension Starter Template

This project is a boilerplate for building new chrome extensions. It is initialized with:

If you're looking to initialize a chrome extension using Plasmo instead, checkout the plasmo branch.

Adding new components

New components can be added via the shadcn cli like so:

pnpm dlx shadcn@latest add tooltip 

Getting Started

First, run the development server:

pnpm i
pnpm dev

Open your browser and load the appropriate development build. For example, if you are developing for the chrome browser, using manifest v3, use: ./output/chrome-mv3-dev.

For further guidance, visit our Documentation

Making production build

Run the following:

pnpm build
# or
npm run build

About

Browser extension starter template featuring WXT, React, Shadcn, and TRPC

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published