Skip to content

Instantly share code, notes, and snippets.

@michaelaflores
Last active April 27, 2021 15:01
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 michaelaflores/60f7d007e2468035c13a981f0c7895db to your computer and use it in GitHub Desktop.
Save michaelaflores/60f7d007e2468035c13a981f0c7895db to your computer and use it in GitHub Desktop.
Sample Chrome extension manifest
{
"name": "Passport - see the world on your new tab page",
"description": "A window to anywhere in the world, just a tab away.",
"version": "1.0.2",
"manifest_version": 2,
"chrome_url_overrides": {
"newtab": "./index.html"
},
"browser_action": {
"default_icon": "./favicon-32x32.png"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment