Skip to content

Instantly share code, notes, and snippets.

@dfkoz
Created October 20, 2012 18:29
Show Gist options
  • Select an option

  • Save dfkoz/3924287 to your computer and use it in GitHub Desktop.

Select an option

Save dfkoz/3924287 to your computer and use it in GitHub Desktop.
TruthInBrowsing Manifest
{
"name": "TruthInBrowsing",
"version": "1.2",
"manifest_version": 2,
"description": "This extension makes browsing a more truthful experience.",
"icons": {
"128":"icon128.png",
"48":"icon48.png"
},
"permissions": [
"tabs", "http*://*/*"
],
"content_scripts": [{
"matches": ["http*://*/*"],
"js": ["script.js"],
"run_at": "document_end"
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment