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",
|
2024-05-29 14:05:34 +02:00
|
|
|
"icons/*.svg",
|
|
|
|
"icons/icon@full.png"
|
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
|
|
|
}
|