-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmanifest.json
92 lines (92 loc) · 2.02 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"manifest_version": 3,
"author": "SECUSO",
"browser_specific_settings": {
"gecko": {
"id": "{53319828-3750-4619-836e-10f3c736a61f}"
}
},
"name": "__MSG_extensionName__",
"version": "1.9.1",
"default_locale": "de",
"description": "__MSG_extensionDescription__",
"background": {
"scripts": [
"service_worker.js"
],
"service_worker": "service_worker.js"
},
"permissions": [
"tabs",
"storage"
],
"host_permissions": [
"<all_urls>"
],
"options_ui": {
"page": "options.html"
},
"icons": {
"38": "img/icon38.png",
"64": "img/icon64.png"
},
"web_accessible_resources": [
{
"resources": [
"img/*.png",
"img/*.svg"
],
"matches": [
"<all_urls>"
]
}
],
"content_scripts": [
{
"matches": [
"https://mg.mail.yahoo.com/*",
"https://mail.yahoo.com/*",
"https://email.t-online.de/*",
"https://outlook.live.com/*",
"https://mail.aol.com/*",
"https://navigator.web.de/*",
"https://bap.navigator.web.de/*",
"https://3c-bap.web.de/*",
"https://3c.web.de/*",
"https://bap.navigator.gmx.net/*",
"https://navigator.gmx.net/*",
"https://3c.gmx.net/*",
"https://3c-bap.gmx.net/*",
"https://mail.google.com/*",
"https://owa.kit.edu/*"
],
"css": [
"css/all.min.css",
"css/jquery.qtip.min.css",
"css/tooltip.css",
"css/loader/loader.css"
],
"js": [
"js/jquery.min.js",
"js/jquery.qtip.js",
"js/punycode.js",
"js/contentscript.js",
"js/publicsuffixlist.js",
"js/timer.js",
"js/tooltip.js",
"js/status.js",
"js/redirect.js"
],
"all_frames": true
}
],
"action": {
"default_title": "__MSG_extensionName__",
"default_popup": "icon.html",
"default_icon": {
"38": "img/none38.png",
"32": "img/none64.png"
}
},
"content_security_policy": {}
}