diff --git a/package.json b/package.json index cc98d23..a8987ea 100644 --- a/package.json +++ b/package.json @@ -5,8 +5,7 @@ "webextension-polyfill": "github:mozilla/webextension-polyfill" }, "scripts": { - "start:firefox": "web-ext run", - "debug": "web-ext run --devtools --firefox deved --url https://www.bahn.de/buchung/fahrgastrechte?einstiegtyp=BC100" + "start:firefox": "web-ext run" }, "dependencies": { "luhn": "^2.4.1", diff --git a/web-ext-config.js b/web-ext-config.js index ce1262b..394fcbc 100644 --- a/web-ext-config.js +++ b/web-ext-config.js @@ -4,5 +4,10 @@ module.exports = { "package.json", "web-ext-config.js", ".DS_Store" - ] + ], + run: { + devtools: true, + firefox: "deved", + startUrl: ["https://www.bahn.de/buchung/fahrgastrechte?einstiegtyp=BC100"] + } } \ No newline at end of file