dev comfort
This commit is contained in:
parent
97d3ac1492
commit
1a1eaf1af8
@ -5,8 +5,7 @@
|
|||||||
"webextension-polyfill": "github:mozilla/webextension-polyfill"
|
"webextension-polyfill": "github:mozilla/webextension-polyfill"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start:firefox": "web-ext run",
|
"start:firefox": "web-ext run"
|
||||||
"debug": "web-ext run --devtools --firefox deved --url https://www.bahn.de/buchung/fahrgastrechte?einstiegtyp=BC100"
|
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"luhn": "^2.4.1",
|
"luhn": "^2.4.1",
|
||||||
|
@ -4,5 +4,10 @@ module.exports = {
|
|||||||
"package.json",
|
"package.json",
|
||||||
"web-ext-config.js",
|
"web-ext-config.js",
|
||||||
".DS_Store"
|
".DS_Store"
|
||||||
]
|
],
|
||||||
|
run: {
|
||||||
|
devtools: true,
|
||||||
|
firefox: "deved",
|
||||||
|
startUrl: ["https://www.bahn.de/buchung/fahrgastrechte?einstiegtyp=BC100"]
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user