summaryrefslogtreecommitdiffstats
path: root/web-ext-config.js
diff options
context:
space:
mode:
authorSimonBrazell <simon@brazell.com.au>2019-10-30 16:48:38 +1100
committerSimonBrazell <simon@brazell.com.au>2019-10-30 16:48:38 +1100
commiteeef7f052bce6915a4227b886d4cb714c9672b05 (patch)
treee3f86ac71045580adf6bc6c860e85bea0af430d7 /web-ext-config.js
parentfc3f10de4c6668874f7cd7493862c011fd3c8517 (diff)
downloadprivacy-redirect-eeef7f052bce6915a4227b886d4cb714c9672b05.tar.gz
privacy-redirect-eeef7f052bce6915a4227b886d4cb714c9672b05.tar.bz2
privacy-redirect-eeef7f052bce6915a4227b886d4cb714c9672b05.zip
Add instances to popup menu
Diffstat (limited to 'web-ext-config.js')
-rw-r--r--web-ext-config.js1
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'
],
};