Skip to content

Commit

Permalink
undo change to manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
quinton22 committed Jun 21, 2024
1 parent 7a47017 commit 0eb647e
Showing 1 changed file with 6 additions and 18 deletions.
24 changes: 6 additions & 18 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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
}
],
Expand All @@ -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"
Expand Down

0 comments on commit 0eb647e

Please sign in to comment.