Skip to content

Instantly share code, notes, and snippets.

@huchenme
Last active April 15, 2019 13:36
Show Gist options
  • Save huchenme/83eaadba71aa8f9114be48b59bdc9d6e to your computer and use it in GitHub Desktop.
Save huchenme/83eaadba71aa8f9114be48b59bdc9d6e to your computer and use it in GitHub Desktop.
Hacker Tab
{
"manifest_version": 2,
"name": "Hacker Tab",
"author": "Hu Chen",
"version": "1.0.1",
"description": "Replace new tab screen with GitHub trending projects.",
"icons": {
"16": "16.png",
"48": "48.png",
"128": "128.png"
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"permissions": ["storage"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment