Skip to content

Instantly share code, notes, and snippets.

Created December 18, 2013 18:26
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 anonymous/8027276 to your computer and use it in GitHub Desktop.
Save anonymous/8027276 to your computer and use it in GitHub Desktop.
alert("wow!")
{
"name" : "mail.yandex.ru csp test",
"version" : "1.0",
"content_scripts": [
{
"matches": ["*://mail.yandex.ru/*"],
"js": ["external.js"]
}
],
"manifest_version" : 2,
"permissions" : [
"plugins",
"<all_urls>"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment