Skip to content

Instantly share code, notes, and snippets.

@tbuwadi
Last active February 5, 2022 04:54
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/0df192d8aa0d93d47da4e987fa00b893 to your computer and use it in GitHub Desktop.
Save tbuwadi/0df192d8aa0d93d47da4e987fa00b893 to your computer and use it in GitHub Desktop.
{
"name": "The Studying Helper",
"description": "This extension will help you study",
"version": "0.1.0",
"manifest_version": 3,
"action":{
"default_popup": "popup.html"
},
"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