bc100-autofill/web-ext-config.js
2024-04-11 11:26:23 +02:00

15 lines
342 B
JavaScript

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