diff --git a/README.md b/README.md
index e4d4914..a112f06 100644
--- a/README.md
+++ b/README.md
@@ -1,21 +1,24 @@
# TimeChimp Billability Chart
-[![CI](https://github.com/infi-nl/timechimp-billability-chart/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/infi-nl/timechimp-billability-chart/actions/workflows/ci.yml)
-
A browser extension to show your billability over the past 5 weeks in TimeChimp.
-![The TimeChimp page with the billability chart](screenshots/page.png)
+[![Available in the Chrome Web Store](images/chrome-badge.png)](https://chromewebstore.google.com/detail/timechimp-billability-cha/eleodjmnfjlgiidglnlfclhffhgkgpdp)
+[![Get the add-on for Firefox](images/firefox-badge.png)](https://addons.mozilla.org/en-US/firefox/addon/timechimp-billability-chart/)
+
+## Screenshots
+
+![The TimeChimp page with the billability chart](images/page.png)
## Usage
The simplest way to use the extension is via the extension marketplace for your browser.
-- [Firefox](https://addons.mozilla.org/en-US/firefox/addon/timechimp-billability-chart)
+- [Firefox](https://addons.mozilla.org/en-US/firefox/addon/timechimp-billability-chart/)
- [Chrome and Edge](https://chrome.google.com/webstore/detail/timechimp-billability-cha/eleodjmnfjlgiidglnlfclhffhgkgpdp)
## Calculations
diff --git a/screenshots/card-contract-hours.png b/images/card-contract-hours.png
similarity index 100%
rename from screenshots/card-contract-hours.png
rename to images/card-contract-hours.png
diff --git a/screenshots/card-hours-worked.png b/images/card-hours-worked.png
similarity index 100%
rename from screenshots/card-hours-worked.png
rename to images/card-hours-worked.png
diff --git a/screenshots/card-hover.png b/images/card-hover.png
similarity index 100%
rename from screenshots/card-hover.png
rename to images/card-hover.png
diff --git a/images/chrome-badge.png b/images/chrome-badge.png
new file mode 100644
index 0000000..a5f08bd
Binary files /dev/null and b/images/chrome-badge.png differ
diff --git a/images/firefox-badge.png b/images/firefox-badge.png
new file mode 100644
index 0000000..f640023
Binary files /dev/null and b/images/firefox-badge.png differ
diff --git a/screenshots/page-cropped.png b/images/page-cropped.png
similarity index 100%
rename from screenshots/page-cropped.png
rename to images/page-cropped.png
diff --git a/screenshots/page.png b/images/page.png
similarity index 100%
rename from screenshots/page.png
rename to images/page.png