Skip to content

Commit

Permalink
Update manifest to remove unneeded permissions and host_permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
colinpannikkat committed Nov 25, 2024
1 parent 1a07301 commit 05c794a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions dist/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,9 @@
"description": "This is a Chrome extension for class vacancy notification",
"action": {
"default_popup": "src/index.html",

"default_title": "GetTheDamClass"
},
"host_permissions": ["*://*.oregonstate.edu/*, https://api.getthedamclass.sarvesh.me/*"],
"permissions" : [
"scripting",
"activeTab",
"storage"
],
"background": {
Expand Down
4 changes: 0 additions & 4 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,9 @@
"description": "This is a Chrome extension for class vacancy notification",
"action": {
"default_popup": "src/index.html",

"default_title": "GetTheDamClass"
},
"host_permissions": ["*://*.oregonstate.edu/*, https://api.getthedamclass.sarvesh.me/*"],
"permissions" : [
"scripting",
"activeTab",
"storage"
],
"background": {
Expand Down

0 comments on commit 05c794a

Please sign in to comment.