about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--README.md4
-rw-r--r--images/buy-me-a-coffee.pngbin0 -> 8257 bytes
-rw-r--r--web-ext-config.js3
3 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index 3438ccac..29c5a492 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,6 @@
-# Privacy Redirect
+# ![nitter-redirect](images/icon32.png) Privacy Redirect
+
+[![Buy me a coffee](images/buy-me-a-coffee.png)](https://www.buymeacoffee.com/SimonBrazell)
 
 -  [Chrome Extension](https://chrome.google.com/webstore/detail/privacy-redirect/pmcmeagblkinmogikoikkdjiligflglb)
 -  [Firefox Add-on](https://addons.mozilla.org/en-US/firefox/addon/privacy-redirect/)
diff --git a/images/buy-me-a-coffee.png b/images/buy-me-a-coffee.png
new file mode 100644
index 00000000..e0c8c111
--- /dev/null
+++ b/images/buy-me-a-coffee.png
Binary files differdiff --git a/web-ext-config.js b/web-ext-config.js
index 29a5243a..96c7c87c 100644
--- a/web-ext-config.js
+++ b/web-ext-config.js
@@ -1,6 +1,7 @@
 module.exports = {
   ignoreFiles: [
     'images/Screen*.png',
-    'images/small-tile.png'
+    'images/small-tile.png',
+    'buy-me-a-coffee.png'
   ],
 };