bc100-autofill/web-ext-config.cjs
2024-05-29 14:05:34 +02:00

16 lines
373 B
JavaScript

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