1
0
mirror of https://github.com/SimonBrazell/privacy-redirect synced 2025-01-08 23:02:47 +01:00
privacy-redirect/web-ext-config.js

9 lines
186 B
JavaScript
Raw Normal View History

module.exports = {
ignoreFiles: [
"assets/images/Screen Shot*.png",
"assets/images/buy-me-a-coffee.png",
"assets/images/logo*.png",
"assets/images/badge*.png",
],
};