bc100-autofill/web-ext-config.js

15 lines
342 B
JavaScript
Raw Normal View History

2023-10-14 16:28:19 +02:00
module.exports = {
ignoreFiles: [
"README.md",
"package.json",
"web-ext-config.js",
2024-04-11 11:26:23 +02:00
".DS_Store",
"package-lock.json",
"icons/*.svg"
2023-10-17 19:04:32 +02:00
],
run: {
devtools: true,
firefox: "deved",
startUrl: ["https://www.bahn.de/buchung/fahrgastrechte?einstiegtyp=BC100"]
}
2023-10-14 16:28:19 +02:00
}