diff options
| author | SimonBrazell <simon@brazell.com.au> | 2020-07-12 11:26:48 +1000 |
|---|---|---|
| committer | SimonBrazell <simon@brazell.com.au> | 2020-07-12 20:25:31 +1000 |
| commit | 745c5babcf9104924631185b2ea3f235c45d270a (patch) | |
| tree | 457df4cd62a541e1b65a82eb1ca2f9b1f28fbd06 /web-ext-config.js | |
| parent | 0892d0c30ac973b2f01eb678af88f4dd0fc8531b (diff) | |
| download | privacy-redirect-745c5babcf9104924631185b2ea3f235c45d270a.tar.gz privacy-redirect-745c5babcf9104924631185b2ea3f235c45d270a.tar.bz2 privacy-redirect-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 'web-ext-config.js')
| -rw-r--r-- | web-ext-config.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/web-ext-config.js b/web-ext-config.js index 96c7c87..bfaa024 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' ], }; |
