Skip to content

Instantly share code, notes, and snippets.

@zinevych
Created March 27, 2019 11:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zinevych/06dd8e567470b3fbbea1bb939edba351 to your computer and use it in GitHub Desktop.
Save zinevych/06dd8e567470b3fbbea1bb939edba351 to your computer and use it in GitHub Desktop.
{
"name": "Chrome Extension React",
"version": "1.0",
"manifest_version": 2,
"browser_action": {
"default_popup": "index.html"
},
"content_security_policy": "script-src 'self' 'sha256-[YOUR_KEY_HERE]'; object-src 'self'"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment