This commit is contained in:
2025-04-19 12:45:15 -04:00
parent cde2fd3331
commit 92fd73cd2d
4 changed files with 132 additions and 73 deletions

7
web-ext-config.mjs Normal file
View File

@@ -0,0 +1,7 @@
export default {
__proto__: null,
ignoreFiles: [
"README.md",
"LICENSE"
]
}