Created
June 12, 2020 16:34
-
-
Save alejandrocoding/368175f3b1b4378f547b7cae1ab7c115 to your computer and use it in GitHub Desktop.
Minimal version of manifest.json for Chrome Extensions Apps
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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