Skip to content

Instantly share code, notes, and snippets.

@tkorakas
Created June 12, 2017 12:52
Show Gist options
  • Save tkorakas/aaf790ede9e1ef183f08057647aea421 to your computer and use it in GitHub Desktop.
Save tkorakas/aaf790ede9e1ef183f08057647aea421 to your computer and use it in GitHub Desktop.
{
"name": "Extension name",
"description": "Chrome extensions are awesome.",
"version": "1.0.0",
"manifest_version": 2,
"content_scripts": [
{
"matches": [
"https://www.google.com/*",
"*://*/*"
],
"js": [
"jquery.min.js",
"script.js"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment