Skip to content

Instantly share code, notes, and snippets.

@thejungwon
Created September 28, 2018 18:39
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 thejungwon/ad5dfcb5e611a7b2ae3081d1376dda9a to your computer and use it in GitHub Desktop.
Save thejungwon/ad5dfcb5e611a7b2ae3081d1376dda9a to your computer and use it in GitHub Desktop.
{
"name": "MyChromeExtension",
"version": "1.0",
"permissions": ["storage"],
"chrome_url_overrides" : {
"newtab": "index.html"
},
"manifest_version": 2,
"content_security_policy": "script-src 'self' https://code.jquery.com; object-src 'self'"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment