forked from desdo09/Jct_tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
64 lines (64 loc) · 1.58 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
{
"name": "nouvoJCT",
"short_name": "Jct modernizer",
"version": "0.5.0",
"version_name": "0.5.0-Beta",
"description": "גרסה חדשה ומודרנית למודל✌️",
"author": "Ephraim Elgrabli, Matan Aminov & David Aben Athar",
"icons": {
"128": "assets/icons/jct128.png",
"48": "assets/icons/jct48.png",
"32": "assets/icons/jct32.png",
"16": "assets/icons/jct16.png"
},
"web_accessible_resources": [
"options.html",
"background.html",
"css/customCSS.css",
"assets/ModernUi/Logo.svg",
"assets/ModernUi/darkLogo.svg"
],
"options_page": "options.html",
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"permissions": [
"storage",
"alarms",
"notifications",
"*://*.jct.ac.il/*",
"webRequest",
"webRequestBlocking",
"tabs",
"webNavigation"
],
"update_url": "https://clients2.google.com/service/update2/crx",
"background": {
"scripts": [
"js/lib/jquery.min.js",
"js/lib/crypto.js",
"js/dataAccess.js",
"js/background.js"
]
},
"content_scripts": [
{
"js": [
"js/lib/jquery.min.js",
"js/dataAccess.js",
"js/loginJCT.js",
"js/lib/notify.min.js",
"js/lib/ouical.min.js"
],
"matches": [
"https://moodle.jct.ac.il/"
],
"run_at": "document_start"
}
],
"browser_action": {
"default_icon": "assets/icons/jct128.png"
},
"manifest_version": 2
}