Skip to content

Instantly share code, notes, and snippets.

@alejandrocoding
Created June 12, 2020 16:34
Show Gist options
  • Save alejandrocoding/368175f3b1b4378f547b7cae1ab7c115 to your computer and use it in GitHub Desktop.
Save alejandrocoding/368175f3b1b4378f547b7cae1ab7c115 to your computer and use it in GitHub Desktop.
Minimal version of manifest.json for Chrome Extensions Apps
{
"name": "My Extension",
"version": "1.0.0",
"description": "Description here",
"manifest_version": 2,
"permissions": ["webNavigation", "tabs"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment