Skip to content

Instantly share code, notes, and snippets.

@praveen-me
Created September 20, 2018 16: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 praveen-me/06013e75173c806021ed3a7ac412dab6 to your computer and use it in GitHub Desktop.
Save praveen-me/06013e75173c806021ed3a7ac412dab6 to your computer and use it in GitHub Desktop.
Chrome Extension Blog
{
"name": "Chrome Extension Blog",
"description" : "This chrome extension has code for chrome extension blog",
"version": "1.0",
"manifest_version": 2,
"browser_action": {
"default_popup": "index.html",
"default_title": "New Tab",
"default_icon": "/img/logo.png"
},
"chrome_url_overrides":{
"newtab" : "index.html"
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment