Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Oncela
Gafam Detector
Commits
fd5783f1
Commit
fd5783f1
authored
Feb 19, 2018
by
Oncela
Browse files
Replace manifest.json
parent
d2bfa2b8
Changes
1
Show whitespace changes
Inline
Side-by-side
manifest.json
View file @
fd5783f1
{
"manifest_version"
:
2
,
"name"
:
"GAFAM Detector"
,
"version"
:
"0.1"
,
"description"
:
"Vous informe quand Google sait que vous êtes en train de visiter un site."
,
"name"
:
"Gafam Detector"
,
"version"
:
"1.0"
,
"description"
:
"Vous informe quand un Gafam sait que vous êtes en train de visiter un site."
,
"developer"
:
{
"name"
:
"Arthur Messaud"
,
"url"
:
"https://laquadrature.net"
},
"icons"
:
{
"icons"
:
{
"48"
:
"icon.svg"
,
"96"
:
"icon.svg"
},
"content_scripts"
:
[
"permissions"
:
[
"webRequest"
,
"<all_urls>"
],
"background"
:
{
"matches"
:
[
"*://*/*"
],
"js"
:
[
"script.js"
]
}
"scripts"
:
[
"companies.js"
,
"scan.js"
,
"tabs.js"
]
}
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment