Created
September 2, 2020 03:35
-
-
Save mrloop/6a43c21c9a918c5912e350145d4b5b28 to your computer and use it in GitHub Desktop.
This file contains 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
{ | |
"description": "Bundle ReactJS as web extension", | |
"manifest_version": 2, | |
"name": "web-ext-react-hello", | |
"version": "1.0", | |
"homepage_url": "https://github.com/mrloop/web-ext-react-hello", | |
"icons": { | |
"192": "logo192.png" | |
}, | |
"browser_action": { | |
"default_icon": "logo192.png", | |
"default_title": "Hello WebExt", | |
"default_popup": "popup.html" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment