-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
53 lines (51 loc) · 1.54 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
{
"manifest_version": 2,
"name": "Pronote+",
"version": "0.2.4",
"description": "Améliorez Pronote avec une multitude de fonctionnalités supplémentaires !\n N'est pas affilié à Index Education.\n Maintenu par Adloya et Malolam",
"author": "Adloya",
"content_scripts": [
{
"matches": ["*://*.index-education.net/pronote/*"],
"js": ["Content.js"]
},
{
"matches": ["*://*/pronote/*"],
"js": ["Content.js"]
},
{
"matches": ["https://cas3.e-lyco.fr/discovery/WAYF?*"],
"js": ["Content_pglogin_main.js"]
},
{
"matches": ["https://educonnect.education.gouv.fr/idp/profile/SAML2/Redirect/SSO?*"],
"js": ["Content_pglogin_pubpriv.js"]
},
{
"matches": ["https://auth.educagri.fr/cas/login?*"],
"js": ["Content_pglogin_cas.js"]
},
{
"matches": ["https://idp-itslfr-prod.itslfr-aws.com/cas-elyco/login?*"],
"js": ["Content_pglogin_agp.js"]
}
],
"icons": {
"48": "assets/img/pronoteplus-256.png"
},
"web_accessible_resources": [
"css/dark.css",
"css/light.css",
"css/abyss.css",
"css/pubpriv/dark.css",
"css/pubpriv/light.css",
"css/mainloginpage/dark_elyco_firstloginpage.css",
"css/mainloginpage/light_elyco_firstloginpage.css",
"css/agp/dark.css",
"css/agp/light.css",
"css/cas/dark.css",
"css/cas/light.css",
"css/pages/homepage.css"
],
"permissions": ["storage", "tabs", "activeTab"]
}