Created
April 23, 2020 06:21
-
-
Save J3698/f084cdea87d57aa8c8e860dbfbcbe206 to your computer and use it in GitHub Desktop.
Manifest for ISpokeToMyAdvisor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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