diff --git a/package.json b/package.json index b5fcc73..0383d5a 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "license": "MIT", "scripts": { "build": "webpack --config webpack.config.js", + "lint-ext": "web-ext lint --source-dir=dist", "build-ext": "web-ext build --source-dir=dist --artifacts-dir=dist --overwrite-dest" }, "devDependencies": { diff --git a/public/manifest.json b/public/manifest.json index e239602..3b1aa16 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -11,7 +11,7 @@ }, "content_scripts": [ { - "js": ["dist/main.js"], + "js": ["main.js"], "matches": ["*://*.lenameyerlandrut-fanclub.de/*"] } ],