forked from containers-everywhere/contain-google
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmanifest.json
35 lines (29 loc) · 943 Bytes
/
manifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"manifest_version": 2,
"name": "Google Container",
"version": "1.3.4",
"description": "Google Container isolates your Google activity from the rest of your web activity in order to prevent Google from tracking you outside of the Google website via third party cookies. This removes the YouTube domains so you can be logged into Google without being logged into YouTube.",
"icons": {
"48": "icon.png",
"96": "[email protected]"
},
"applications": {
"gecko": {
"id": "@contain-google-minus-youtube",
"strict_min_version": "57.0"
}
},
"homepage_url": "https://github.com/yoasif/contain-google-minus-youtube",
"permissions": [
"<all_urls>",
"contextualIdentities",
"cookies",
"management",
"tabs",
"webRequestBlocking",
"webRequest"
],
"background": {
"scripts": ["background.js"]
}
}