privacy-redirect/web-ext-config.js

7 lines
98 B
JavaScript
Raw Normal View History

2019-10-26 23:27:42 +02:00
module.exports = {
ignoreFiles: [
'images/Screen*.png',
2019-10-30 06:48:38 +01:00
'images/small-tile.png'
2019-10-26 23:27:42 +02:00
],
};