-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathmanifest.json
59 lines (59 loc) · 1.73 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"manifest_version": 3,
"name": "MEGA",
"description": "__MSG_extDesc__",
"version": "109101.103.97",
"content_security_policy": {
"extension_pages": "default-src 'self' blob: https://*.mega.co.nz https://*.mega.nz https://*.megapay.nz; script-src 'self'; style-src 'self' 'unsafe-inline' data: blob:; img-src 'self' data: blob: https://*.mega.co.nz https://*.mega.nz; connect-src 'self' wss://*.karere.mega.nz wss://*.sfu.mega.co.nz https://*.mega.co.nz https://*.mega.nz https://*.s4.mega.io http://*.userstorage.mega.co.nz http://*.userstorage.mega.co.nz:8080 http://127.0.0.1:6341; object-src 'none'"
},
"incognito": "split",
"default_locale": "en",
"permissions": [
"unlimitedStorage",
"declarativeNetRequest"
],
"host_permissions": [
"https://mega.nz/*"
],
"web_accessible_resources": [
{
"resources": [
"mega/secure.html",
"webclient/index.html",
"webclient/secure.html"
],
"matches": [
"*://*/*"
]
}
],
"homepage_url": "https://mega.nz/",
"background": {
"service_worker": "mega.js"
},
"icons": {
"16": "images/icon-16.png",
"19": "images/icon-16.png",
"32": "images/icon-32.png",
"38": "images/icon-32.png",
"64": "images/icon-64.png"
},
"action": {
"default_icon": {
"16": "images/icon-16.png",
"19": "images/icon-16.png",
"32": "images/icon-32.png",
"38": "images/icon-32.png",
"64": "images/icon-64.png"
},
"default_title": "MEGA"
},
"minimum_chrome_version": "116",
"browser_specific_settings": {
"gecko": {
"id": "[email protected]",
"strict_min_version": "115",
"update_url": "https://mega.nz/firefox-web-extension-updates.json"
}
}
}