about summary refs log tree commit diff stats
path: root/web-ext-config.js
diff options
context:
space:
mode:
authorSimonBrazell <simon@brazell.com.au>2020-03-24 17:52:07 +1100
committerSimonBrazell <simon@brazell.com.au>2020-03-24 17:53:14 +1100
commitb2002012af86bbdbc55e02806a3e310df37f4e84 (patch)
treed1d0744b14791329b4d5a69948ac1a5405e3cdd6 /web-ext-config.js
parentUpdate store screenshots (diff)
downloadlibredirect-b2002012af86bbdbc55e02806a3e310df37f4e84.zip
Add donate link to README
Diffstat (limited to '')
-rw-r--r--web-ext-config.js3
1 files changed, 2 insertions, 1 deletions
diff --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'
   ],
 };