From 0eb647ea856c0e027cd63b3faa814da355ed758f Mon Sep 17 00:00:00 2001 From: Quinton Date: Fri, 21 Jun 2024 18:28:10 -0500 Subject: [PATCH] undo change to manifest --- manifest.json | 24 ++++++------------------ 1 file changed, 6 insertions(+), 18 deletions(-) diff --git a/manifest.json b/manifest.json index e4e4877..2878535 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "Vandy Scheduler", - "version": "", + "version": "0.0.0", "description": "This extension organizes your potential classes and Vanderbilt YES class cart into a schedule for the upcoming semester.", "icons": { "16": "png/schedule-icon16.png", @@ -12,16 +12,9 @@ }, "content_scripts": [ { - "matches": [ - "*://*.vanderbilt.edu/more/SearchClasses*" - ], - "js": [ - "dist/content_scripts/index.js" - ], - "css": [ - "css/myButton.css", - "css/modal.css" - ], + "matches": ["*://*.vanderbilt.edu/more/SearchClasses*"], + "js": ["dist/content_scripts/index.js"], + "css": ["css/myButton.css", "css/modal.css"], "all_frames": true } ], @@ -33,15 +26,10 @@ "*://*.vanderbilt.edu/more/SearchClasses*", "https://www.ratemyprofessors.com/**" ], - "permissions": [ - "storage" - ], + "permissions": ["storage"], "web_accessible_resources": [ { - "resources": [ - "png/comment-pic2.png", - "png/comment-pic3.png" - ], + "resources": ["png/comment-pic2.png", "png/comment-pic3.png"], "extension_ids": [ "ofkamcklfkpakjddlappmemldnnapina", "bbgdeeaaalopmnonoppapmgkimnickoa"