privacy-redirect/web-ext-config.js

8 lines
125 B
JavaScript
Raw Normal View History

2019-10-26 23:27:42 +02:00
module.exports = {
ignoreFiles: [
'images/Screen*.png',
2020-03-24 07:52:07 +01:00
'images/small-tile.png',
'buy-me-a-coffee.png'
2019-10-26 23:27:42 +02:00
],
};