Browser extension that allows you to open URLs in Spotify desktop client with a click.
Find a file
2023-03-22 19:40:05 +01:00
app first commit 2023-03-22 19:35:47 +01:00
.gitignore first commit 2023-03-22 19:35:47 +01:00
LICENSE first commit 2023-03-22 19:35:47 +01:00
package-lock.json first commit 2023-03-22 19:35:47 +01:00
package.json first commit 2023-03-22 19:35:47 +01:00
README.md Update README.md 2023-03-22 19:40:05 +01:00

Open on Spotify

Browser extension that allows you to open URLs in Spotify desktop client with a click.

Attributing

Icons made by https://iconmonstr.com/

Install

npm install

Development

npm run dev chrome
npm run dev firefox
npm run dev opera
npm run dev edge

Build

npm run build chrome
npm run build firefox
npm run build opera
npm run build edge