Skip to content

Instantly share code, notes, and snippets.

@davlgd
Created September 5, 2018 13:55
Show Gist options
  • Save davlgd/9f786e52218a4e59ce68e8c924d89311 to your computer and use it in GitHub Desktop.
Save davlgd/9f786e52218a4e59ce68e8c924d89311 to your computer and use it in GitHub Desktop.
Bad Search Engine Blocker - Manifeste
{
"manifest_version": 2,
"name": "Bad Search Engine Blocker",
"description": "Une extension pour bloquer les moteurs de recherche qui ne respectent pas la vie privée",
"version": "0.1",
"permissions": [
"webRequest",
"webRequestBlocking",
"https://*.google.com/"
],
"background": {
"scripts": ["js/background.js"]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment