diff options
| author | SimonBrazell <simon@brazell.com.au> | 2019-10-30 16:48:38 +1100 |
|---|---|---|
| committer | SimonBrazell <simon@brazell.com.au> | 2019-10-30 16:48:38 +1100 |
| commit | eeef7f052bce6915a4227b886d4cb714c9672b05 (patch) | |
| tree | e3f86ac71045580adf6bc6c860e85bea0af430d7 /web-ext-config.js | |
| parent | fc3f10de4c6668874f7cd7493862c011fd3c8517 (diff) | |
| download | privacy-redirect-eeef7f052bce6915a4227b886d4cb714c9672b05.tar.gz privacy-redirect-eeef7f052bce6915a4227b886d4cb714c9672b05.tar.bz2 privacy-redirect-eeef7f052bce6915a4227b886d4cb714c9672b05.zip | |
Add instances to popup menu
Diffstat (limited to '')
| -rw-r--r-- | web-ext-config.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web-ext-config.js b/web-ext-config.js index abbcbf1..29a5243 100644 --- a/web-ext-config.js +++ b/web-ext-config.js @@ -1,5 +1,6 @@ module.exports = { ignoreFiles: [ 'images/Screen*.png', + 'images/small-tile.png' ], }; |
