Skip to content

Instantly share code, notes, and snippets.

@tbuwadi
Created November 20, 2021 15:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tbuwadi/5287b0391a4ef4bbb3daf5a343991d85 to your computer and use it in GitHub Desktop.
Save tbuwadi/5287b0391a4ef4bbb3daf5a343991d85 to your computer and use it in GitHub Desktop.
{
"name": "Disappointed Study Helper",
"description": "This extension will help you study",
"version": "0.1.0",
"manifest_version": 3,
"content_scripts": [{
"matches": ["<all_urls>"],
"css": ["styles.css"]
}
],
"chrome_url_overrides": {
"newtab": "myPage.html"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment