Created
June 13, 2020 00:41
-
-
Save alejandrocoding/bee0e18de62e165422fff4349e7bf0fe to your computer and use it in GitHub Desktop.
Chrome Extension manifest json browser action added
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"], | |
"browser_action": { | |
"default_popup": "index.html" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment