Skip to content

Instantly share code, notes, and snippets.

@alejandrocoding
Created June 13, 2020 00:41
Show Gist options
  • Save alejandrocoding/bee0e18de62e165422fff4349e7bf0fe to your computer and use it in GitHub Desktop.
Save alejandrocoding/bee0e18de62e165422fff4349e7bf0fe to your computer and use it in GitHub Desktop.
Chrome Extension manifest json browser action added
{
"name": "My Extension",
"version": "1.0.0",
"description": "Description here",
"manifest_version": 2,
"permissions": ["webNavigation", "tabs"],
"browser_action": {
"default_popup": "index.html"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment