Skip to content

Instantly share code, notes, and snippets.

@mrloop
Created September 2, 2020 03:35
Show Gist options
  • Save mrloop/6a43c21c9a918c5912e350145d4b5b28 to your computer and use it in GitHub Desktop.
Save mrloop/6a43c21c9a918c5912e350145d4b5b28 to your computer and use it in GitHub Desktop.
{
"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