summaryrefslogtreecommitdiffstats
path: root/src/web-ext-config.js
diff options
context:
space:
mode:
authorSimonBrazell <simon@brazell.com.au>2021-01-11 17:46:00 +1100
committerSimonBrazell <simon@brazell.com.au>2021-01-11 17:46:00 +1100
commit223d7cd0ac245f5b5186439a832f6607451a7800 (patch)
treedac535654f780efbda5b3eeb992ca29f0120294a /src/web-ext-config.js
parent7736cfaf7aea80e14cdf9ff80eb32b78a0b85229 (diff)
downloadprivacy-redirect-223d7cd0ac245f5b5186439a832f6607451a7800.tar.gz
privacy-redirect-223d7cd0ac245f5b5186439a832f6607451a7800.tar.bz2
privacy-redirect-223d7cd0ac245f5b5186439a832f6607451a7800.zip
CLoses #130 changed to GPLv3, added SearX instances (#16), fixed instance selects.v1.1.45
Diffstat (limited to 'src/web-ext-config.js')
-rw-r--r--src/web-ext-config.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/web-ext-config.js b/src/web-ext-config.js
new file mode 100644
index 0000000..885e79a
--- /dev/null
+++ b/src/web-ext-config.js
@@ -0,0 +1,8 @@
+module.exports = {
+ ignoreFiles: [
+ "assets/images/Screen Shot*.png",
+ "assets/images/buy-me-a-coffee.png",
+ "assets/images/logo*.png",
+ "assets/images/badge*.png",
+ ],
+};