Remove vendor references

This commit is contained in:
Ajay
2023-03-18 14:37:14 -04:00
parent 0e89549f6a
commit 09511e8b3d
7 changed files with 0 additions and 8 deletions

View File

@@ -13,7 +13,6 @@
], ],
"all_frames": true, "all_frames": true,
"js": [ "js": [
"./js/vendor.js",
"./js/content.js" "./js/content.js"
], ],
"css": [ "css": [
@@ -121,7 +120,6 @@
}, },
"background": { "background": {
"scripts":[ "scripts":[
"./js/vendor.js",
"./js/background.js" "./js/background.js"
] ]
}, },

View File

@@ -8,7 +8,6 @@
<link href="styles.css" rel="stylesheet"/> <link href="styles.css" rel="stylesheet"/>
<script src="../js/vendor.js"></script>
<script src="../js/help.js"></script> <script src="../js/help.js"></script>
</head> </head>

View File

@@ -9,7 +9,6 @@
<link href="options.css" rel="stylesheet"/> <link href="options.css" rel="stylesheet"/>
<script src="../js/vendor.js"></script>
<script src="../js/options.js"></script> <script src="../js/options.js"></script>
</head> </head>

View File

@@ -6,7 +6,6 @@
<link href="styles.css" rel="stylesheet"/> <link href="styles.css" rel="stylesheet"/>
<script src="../js/vendor.js"></script>
<script src="../js/permissions.js"></script> <script src="../js/permissions.js"></script>
</head> </head>

View File

@@ -202,7 +202,6 @@
</div> </div>
<!-- Scripts that need to load after the html --> <!-- Scripts that need to load after the html -->
<script src="./js/vendor.js" async></script>
<script src="./js/popup.js" async></script> <script src="./js/popup.js" async></script>
</body> </body>
</html> </html>

View File

@@ -6,7 +6,6 @@
<link href="styles.css" rel="stylesheet" /> <link href="styles.css" rel="stylesheet" />
<script src="../js/vendor.js"></script>
<script src="../js/upsell.js"></script> <script src="../js/upsell.js"></script>
</head> </head>

View File

@@ -15,7 +15,6 @@ export default class Utils {
// Used to add content scripts and CSS required // Used to add content scripts and CSS required
js = [ js = [
"./js/vendor.js",
"./js/content.js" "./js/content.js"
]; ];
css = [ css = [