From 4892dbddca77c56e39513f2b325599373e912fec Mon Sep 17 00:00:00 2001 From: doggu Date: Sun, 14 Jan 2024 23:17:03 -0600 Subject: [PATCH] revert manifest.json to ensure sidebar.js loads before plotter/*.js --- chrome-extension/manifest.json | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/chrome-extension/manifest.json b/chrome-extension/manifest.json index 0cca606..3e17b27 100644 --- a/chrome-extension/manifest.json +++ b/chrome-extension/manifest.json @@ -16,21 +16,11 @@ "https://*.schedulebuilder.umn.edu/*" ], "css": [ - "sidebar/sidebar.css" - ], - "js": [ - "sidebar/sidebar.js" - ] - }, - { - "matches": [ - "https://schedulebuilder.umn.edu/*", - "https://*.schedulebuilder.umn.edu/*" - ], - "css": [ + "sidebar/sidebar.css", "plotter/plotter.css" ], "js": [ + "sidebar/sidebar.js", "plotter/apiapi.js", "plotter/util.js", "plotter/main.js"