-
Notifications
You must be signed in to change notification settings - Fork 4
/
manifest.json
35 lines (29 loc) · 999 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": "Twitter Container",
"version": "1.3.2",
"description": "This addon is an unofficial fork of Mozilla's Facebook Container designed for Twitter. \n Twitter Container isolates your Twitter activity from the rest of your web activity in order to prevent Twitter from tracking you outside of the Twitter website via third party cookies. \n This is not an official Mozilla Product & is in no way related to them.",
"icons": {
"48": "icon.png",
"96": "[email protected]"
},
"browser_specific_settings": {
"gecko": {
"id": "@contain-twitter",
"strict_min_version": "57.0"
}
},
"homepage_url": "https://github.com/v1shwa/contain-twitter",
"permissions": [
"<all_urls>",
"contextualIdentities",
"cookies",
"management",
"tabs",
"webRequestBlocking",
"webRequest"
],
"background": {
"scripts": ["background.js"]
}
}