diff --git a/manifest/manifest.json b/manifest/manifest.json index 3c1411be..9d890c1c 100644 --- a/manifest/manifest.json +++ b/manifest/manifest.json @@ -13,7 +13,6 @@ ], "all_frames": true, "js": [ - "./js/vendor.js", "./js/content.js" ], "css": [ diff --git a/public/help/index.html b/public/help/index.html index 3fbfed64..8e45d0a8 100644 --- a/public/help/index.html +++ b/public/help/index.html @@ -8,7 +8,6 @@ - diff --git a/public/options/lock-options.html b/public/options/lock-options.html index 0cb8c528..6d477e76 100644 --- a/public/options/lock-options.html +++ b/public/options/lock-options.html @@ -9,7 +9,6 @@ - diff --git a/public/options/options.html b/public/options/options.html index 662dbdce..e3676172 100644 --- a/public/options/options.html +++ b/public/options/options.html @@ -9,7 +9,6 @@ - diff --git a/public/permissions/index.html b/public/permissions/index.html index 4475f039..ede77f9f 100644 --- a/public/permissions/index.html +++ b/public/permissions/index.html @@ -6,7 +6,6 @@ - diff --git a/public/popup.html b/public/popup.html index ca056eb8..bc0d2def 100644 --- a/public/popup.html +++ b/public/popup.html @@ -154,7 +154,6 @@ - diff --git a/src/utils.ts b/src/utils.ts index d89e1a3d..1cdeef78 100644 --- a/src/utils.ts +++ b/src/utils.ts @@ -12,7 +12,6 @@ export default class Utils { // Used to add content scripts and CSS required js = [ - "./js/vendor.js", "./js/content.js" ]; css = [