Skip to content

Instantly share code, notes, and snippets.

@drewdaemon
Created September 18, 2019 01:53
Show Gist options
  • Save drewdaemon/1fb0a4d19af88c17520b7bafcf1b67df to your computer and use it in GitHub Desktop.
Save drewdaemon/1fb0a4d19af88c17520b7bafcf1b67df to your computer and use it in GitHub Desktop.
{
"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