Created
September 5, 2018 14:21
-
-
Save davlgd/3c6a72f0b240148158782003ffb12af7 to your computer and use it in GitHub Desktop.
Bad Search Engine Blocker - Manifeste (étape 4)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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