diff options
author | ManeraKai <manerakai@protonmail.com> | 2022-03-10 14:59:01 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2022-03-10 14:59:01 +0300 |
commit | 77e63148c354939f8f446e858d905b5f50cbf5a6 (patch) | |
tree | 6db539770341ff64896d85c72c95170c04658358 /web-ext-config.js | |
parent | Removed asking the user to make LibRedirect as the default search engine #101 (diff) | |
download | libredirect-77e63148c354939f8f446e858d905b5f50cbf5a6.zip |
Refined some things. Added an info for the Default Search Engine #101
Diffstat (limited to '')
-rw-r--r-- | web-ext-config.js | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/web-ext-config.js b/web-ext-config.js deleted file mode 100644 index 885e79aa..00000000 --- a/web-ext-config.js +++ /dev/null @@ -1,8 +0,0 @@ -module.exports = { - ignoreFiles: [ - "assets/images/Screen Shot*.png", - "assets/images/buy-me-a-coffee.png", - "assets/images/logo*.png", - "assets/images/badge*.png", - ], -}; |