Skip to content

Instantly share code, notes, and snippets.

@himynameisdave
Created July 5, 2015 16:57
Show Gist options
  • Select an option

  • Save himynameisdave/96ec30b68b51473e6174 to your computer and use it in GitHub Desktop.

Select an option

Save himynameisdave/96ec30b68b51473e6174 to your computer and use it in GitHub Desktop.
awwe-new-tab - manifest.json
{
"manifest_version": 2,
"name": "Awwe",
"description": "Makes the new tab some cute pups!",
"version": "0.0.1",
"permissions": [
"storage"
],
"chrome_url_overrides": {
"newtab": "newtab.html"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment