diff --git a/dist/manifest.json b/dist/manifest.json index ab3988c..1dc1b0d 100644 --- a/dist/manifest.json +++ b/dist/manifest.json @@ -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": { diff --git a/manifest.json b/manifest.json index ab3988c..1dc1b0d 100644 --- a/manifest.json +++ b/manifest.json @@ -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": {