bc100-autofill/web-ext-config.js
2023-10-17 19:04:32 +02:00

13 lines
290 B
JavaScript

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