Skip to content

Instantly share code, notes, and snippets.

@J3698
Created April 23, 2020 06:21
Show Gist options
  • Save J3698/f084cdea87d57aa8c8e860dbfbcbe206 to your computer and use it in GitHub Desktop.
Save J3698/f084cdea87d57aa8c8e860dbfbcbe206 to your computer and use it in GitHub Desktop.
Manifest for ISpokeToMyAdvisor
{
"name": "ISpokeToMyAdvisor",
"version": "1.0",
"description": "Hide the \"Have you spoken to your advisor?\" message on SIO.",
"permissions": ["activeTab"],
"content_scripts": [
{
"matches": ["https://s3.andrew.cmu.edu/*"],
"js": ["deleter.js"]
}
],
"manifest_version": 2
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment