Skip to content

Instantly share code, notes, and snippets.

@jbrooksuk
Created August 14, 2013 19:33
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 jbrooksuk/6234703 to your computer and use it in GitHub Desktop.
Save jbrooksuk/6234703 to your computer and use it in GitHub Desktop.
{
"content_scripts": [ {
"js": [ "js/jquery-1.4.2.min.js", "js/script.js" ],
"css": [ "css/style.css" ],
"matches": [ "http://www.autoitscript.com/forum/*" ],
"run_at": "document_end"
} ],
"icons": { "48": "icon48.png" },
"name": "AutoIt Forum Minimizer",
"manifest_version": 2,
"version": "1.1.1"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment