Add donate link to README
This commit is contained in:
parent
fb0cd49ff7
commit
b2002012af
|
@ -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/)
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 8.1 KiB |
|
@ -1,6 +1,7 @@
|
|||
module.exports = {
|
||||
ignoreFiles: [
|
||||
'images/Screen*.png',
|
||||
'images/small-tile.png'
|
||||
'images/small-tile.png',
|
||||
'buy-me-a-coffee.png'
|
||||
],
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue