diff options
| author | SimonBrazell <simon@brazell.com.au> | 2020-03-24 17:52:07 +1100 |
|---|---|---|
| committer | SimonBrazell <simon@brazell.com.au> | 2020-03-24 17:53:14 +1100 |
| commit | b2002012af86bbdbc55e02806a3e310df37f4e84 (patch) | |
| tree | d1d0744b14791329b4d5a69948ac1a5405e3cdd6 | |
| parent | fb0cd49ff7f47a7b0d56e79ceedcf9fc011f3498 (diff) | |
| download | privacy-redirect-b2002012af86bbdbc55e02806a3e310df37f4e84.tar.gz privacy-redirect-b2002012af86bbdbc55e02806a3e310df37f4e84.tar.bz2 privacy-redirect-b2002012af86bbdbc55e02806a3e310df37f4e84.zip | |
Add donate link to README
Diffstat (limited to '')
| -rw-r--r-- | README.md | 4 | ||||
| -rw-r--r-- | images/buy-me-a-coffee.png | bin | 0 -> 8257 bytes | |||
| -rw-r--r-- | web-ext-config.js | 3 |
3 files changed, 5 insertions, 2 deletions
@@ -1,4 +1,6 @@ -# Privacy Redirect +#  Privacy Redirect + +[](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 Binary files differnew file mode 100644 index 0000000..e0c8c11 --- /dev/null +++ b/images/buy-me-a-coffee.png diff --git a/web-ext-config.js b/web-ext-config.js index 29a5243..96c7c87 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' ], }; |
