Skip to content

Instantly share code, notes, and snippets.

@thejungwon
Created September 28, 2018 17:40
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 thejungwon/8f99f3d72d2ce9428dcd51b212c2b8dd to your computer and use it in GitHub Desktop.
Save thejungwon/8f99f3d72d2ce9428dcd51b212c2b8dd to your computer and use it in GitHub Desktop.
phase 2
{
"name": "MyChromeExtension",
"version": "1.0",
"permissions": ["storage"],
"chrome_url_overrides" : {
"newtab": "index.html"
},
"manifest_version": 2
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment