Skip to content

Instantly share code, notes, and snippets.

@tamsky
Forked from anonymous/manifest.json
Last active August 29, 2015 14:24
Show Gist options
  • Save tamsky/ef8d9016f3fa455b66f9 to your computer and use it in GitHub Desktop.
Save tamsky/ef8d9016f3fa455b66f9 to your computer and use it in GitHub Desktop.
{
"manifest_version": 2,
"name": "Hacker News styles",
"version": "0.1",
"content_scripts": [{
"matches": ["https://news.ycombinator.com/*"],
"css": ["style.css"]
}]
}
body {
background-color: magenta;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment