Created
December 28, 2017 16:55
-
-
Save davlgd/8ed7663b1cdc54771e2e3d15de005596 to your computer and use it in GitHub Desktop.
Tracking Trackers - Etape 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": "Tracking Trackers", | |
"description": "Une extension qui liste les trackers d'une page web", | |
"version": "0.1", | |
"icons": { | |
"16": "ico/radar-16.png", | |
"24": "ico/radar-24.png", | |
"32": "ico/radar-32.png", | |
"64": "ico/radar-64.png", | |
"128": "ico/radar-128.png", | |
"256": "ico/radar-256.png", | |
"512": "ico/radar-512.png" | |
}, | |
"browser_action": {}, | |
"background": { | |
"scripts": ["js/background.js"] | |
}, | |
"permissions": [ | |
"webRequest", | |
"<all_urls>" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment