Skip to content

Instantly share code, notes, and snippets.

@himynameisdave
Created July 15, 2015 01:25
Show Gist options
  • Select an option

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

Select an option

Save himynameisdave/d7aa7b31aac36f32a5bf to your computer and use it in GitHub Desktop.
awwe-new-tab - manifest.json + icon
{
"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"
},
"icons": { "128": "icon.png" }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment