This extension is made using Svelte Extension Template
This extension creates offline document to play audio in the background even after the extension popup window is closed. You can also add custom audio by providing audio src url in the prompt when asked.
git clone https://github.com/ankur700/svelte-extension-template.git
pnpm install
pnpm run watch
to start a dev server with HMR or pnpm run build
to build for productionpnpm run build
to build for production, extension files will be inside dist folder in the project directory.chrome://extension
in chrome url bar.Developed by Ankur Singh.
This project is highly ispired by Blanket app for linux.