bc100-autofill/web-ext-config.mjs
2025-03-18 19:49:52 +01:00

17 lines
393 B
JavaScript

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"]
}
}