Created
September 18, 2019 01:53
-
-
Save drewdaemon/1fb0a4d19af88c17520b7bafcf1b67df 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
{ | |
"name": "Chrome Extension with Preact and Webpack", | |
"description": "", | |
"version": "0.0.0.1", | |
"browser_action": { | |
"default_title": "My Chrome Extension", | |
"default_popup": "popup.html" | |
}, | |
"manifest_version": 2 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment