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-07-12 11:26:48 +1000
committerSimonBrazell <simon@brazell.com.au>2020-07-12 20:25:31 +1000
commit745c5babcf9104924631185b2ea3f235c45d270a (patch)
tree457df4cd62a541e1b65a82eb1ca2f9b1f28fbd06 /web-ext-config.js
parentCloses #64, closes #38 - Fix whitelist & Twitter `/home` exception (diff)
downloadlibredirect-745c5babcf9104924631185b2ea3f235c45d270a.zip
Improve exceptions (whitelist), i18n (fr), etc.
- Closes #69
- Closes #70
- Fixes #71
- Closes #72 - added fr l10n
- Fixes #73
- Implement additional Invidious params (#66)
Diffstat (limited to '')
-rw-r--r--web-ext-config.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/web-ext-config.js b/web-ext-config.js
index 96c7c87c..bfaa024d 100644
--- a/web-ext-config.js
+++ b/web-ext-config.js
@@ -2,6 +2,8 @@ module.exports = {
   ignoreFiles: [
     'images/Screen*.png',
     'images/small-tile.png',
-    'buy-me-a-coffee.png'
+    'buy-me-a-coffee.png',
+    'logo*.png',
+    '*-badge.png'
   ],
 };