DB changes
This commit is contained in:
17
web-ext-config.mjs
Normal file
17
web-ext-config.mjs
Normal file
@@ -0,0 +1,17 @@
|
||||
export default {
|
||||
ignoreFiles: [
|
||||
"README.md",
|
||||
"package.json",
|
||||
"web-ext-config.cjs",
|
||||
".DS_Store",
|
||||
"package-lock.json",
|
||||
"icons/*.svg",
|
||||
"icons/icon@full.png",
|
||||
"stages.js"
|
||||
],
|
||||
run: {
|
||||
devtools: true,
|
||||
firefox: "deved",
|
||||
startUrl: ["https://www.bahn.de/buchung/fahrgastrechte?einstiegtyp=BC100"]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user