Skip to content

Instantly share code, notes, and snippets.

@davlgd
Created September 5, 2018 14:21
Show Gist options
  • Select an option

  • Save davlgd/3c6a72f0b240148158782003ffb12af7 to your computer and use it in GitHub Desktop.

Select an option

Save davlgd/3c6a72f0b240148158782003ffb12af7 to your computer and use it in GitHub Desktop.
Bad Search Engine Blocker - Manifeste (étape 4)
{
"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",
"<all_urls>"
],
"background": {
"scripts": ["js/background.js"]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment