diff --git a/README.md b/README.md index 9f0467b..699bdc5 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,21 @@ # Splirate +![Splirate logo](./logo.png) + Allows you to download Splice samples from the browser by decrypting the preview audio. I didn't read or write the code. WTFPL licensed. +## Screenshots + +![Splirate history view](./screenshot-history.png) + +![Splirate on Splice playbar](./screenshot-player.png) + +![Splirate popup view](./screenshot-popup.png) + ## Load in Firefox (Temporary Add-on) 1. Open `about:debugging#/runtime/this-firefox` diff --git a/screenshot-history.png b/screenshot-history.png new file mode 100644 index 0000000..1d3911a Binary files /dev/null and b/screenshot-history.png differ diff --git a/screenshot-player.png b/screenshot-player.png new file mode 100644 index 0000000..c3ed059 Binary files /dev/null and b/screenshot-player.png differ diff --git a/screenshot-popup.png b/screenshot-popup.png new file mode 100644 index 0000000..8c3c611 Binary files /dev/null and b/screenshot-popup.png differ