diff --git a/public/manifest.json b/public/manifest.json
index 6a34873..18c7c80 100644
--- a/public/manifest.json
+++ b/public/manifest.json
@@ -31,6 +31,7 @@
"https://*.cloudfront.net/*",
"https://stream.lrz.de/*",
"https://live.rbg.tum.de/*",
- "https://edge.live.rbg.tum.de/*"
+ "https://edge.live.rbg.tum.de/*",
+ "https://balancer.bbb.rbg.tum.de/*"
]
}
\ No newline at end of file
diff --git a/public/options.html b/public/options.html
index 7fb7ea2..6be209e 100644
--- a/public/options.html
+++ b/public/options.html
@@ -3,7 +3,6 @@
Panopto Downloader Options
-
diff --git a/public/popup.html b/public/popup.html
index 72fc0e9..c0b0f16 100644
--- a/public/popup.html
+++ b/public/popup.html
@@ -3,7 +3,6 @@
Panopto Downloader Popup
-
diff --git a/webpack/webpack.common.js b/webpack/webpack.common.js
index 259006c..acdc1ef 100644
--- a/webpack/webpack.common.js
+++ b/webpack/webpack.common.js
@@ -13,14 +13,6 @@ module.exports = {
path: path.join(__dirname, "../dist/js"),
filename: "[name].js",
},
- optimization: {
- splitChunks: {
- name: "vendor",
- chunks(chunk) {
- return chunk.name !== "background";
- },
- },
- },
module: {
rules: [
{