DB changes

This commit is contained in:
iw0
2025-03-18 19:47:45 +01:00
parent beea705bb0
commit 09dba84faa
4 changed files with 17 additions and 8 deletions

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

@@ -0,0 +1,17 @@
export default {
ignoreFiles: [
"README.md",
"package.json",
"web-ext-config.cjs",
".DS_Store",
"package-lock.json",
"icons/*.svg",
"icons/icon@full.png",
"stages.js"
],
run: {
devtools: true,
firefox: "deved",
startUrl: ["https://www.bahn.de/buchung/fahrgastrechte?einstiegtyp=BC100"]
}
}