This is a simple todolist extension for chrome.
pnpm install
VITE_SUPABASE_URL=https://<your_supabase_url>.supabase.co
VITE_SUPABASE_ANON_KEY=<your_supabase_anon_key>
initial schema
npx prisma init
Run a migration to create your database tables with Prisma Migrate
npx prisma migrate dev --name init
pnpm build-extension
- Open Chrome
- Go to
chrome://extensions/
- Enable
Developer mode
- Click on
Load unpacked
- Select the
dist
folder - The extension should be installed
- Open Firefox
- Go to
about:debugging#/runtime/this-firefox
- Click on
Load Temporary Add-on
- Select the
dist/manifest.json
file - The extension should be installed