Thème noir + Autologin ENT CESI

Thème noir + Autologin ENT CESI

Thème noir + Autologin pour soulager vos yeux sur l'ENT CESI

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Thème noir + Autologin ENT CESI",
  "version": "4.8.3",
  "author": "Hugo",
  "homepage_url": "https://www.hugodevland.fr/",
  "description": "Thème noir + Autologin pour soulager vos yeux sur l'ENT CESI",
  "content_scripts": [
    {
      "js": [
        "js/content-moodle.js"
      ],
      "matches": [
        "https://moodle-ingenieurs.cesi.fr/*"
      ],
      "run_at": "document_end"
    },
    {
      "js": [
        "js/content-moodle-fix.js"
      ],
      "matches": [
        "https://moodle-ingenieurs.cesi.fr/*"
      ],
      "run_at": "document_start"
    },
    {
      "js": [
        "js/content-moodle-iframe.js"
      ],
      "matches": [
        "https://moodle-ingenieurs.cesi.fr/*"
      ],
      "run_at": "document_idle"
    },
    {
      "js": [
        "js/content-ent.js"
      ],
      "matches": [
        "https://wayf.cesi.fr/*",
        "https://sts.viacesi.fr/*",
        "https://ent.cesi.fr/*"
      ],
      "run_at": "document_end"
    },
    {
      "js": [
        "js/content-ent-fix.js"
      ],
      "matches": [
        "https://wayf.cesi.fr/*",
        "https://sts.viacesi.fr/*",
        "https://ent.cesi.fr/*"
      ],
      "run_at": "document_start"
    },
    {
      "js": [
        "js/ent.user.js"
      ],
      "excludes_matches": [
        "https://wayf.cesi.fr/login*client_name*"
      ],
      "matches": [
        "https://wayf.cesi.fr/login*service*"
      ],
      "run_at": "document_end"
    },
    {
      "js": [
        "js/moodle.user.js"
      ],
      "matches": [
        "https://moodle-ingenieurs.cesi.fr/login*",
        "https://moodle-ingenieurs.cesi.fr/login/index.php?authCAS=CAS"
      ],
      "run_at": "document_end"
    },
    {
      "js": [
        "js/one-moodle.js"
      ],
      "matches": [
        "https://moodle.cesi.fr/login/index.php*",
        "https://moodle.cesi.fr/login/index.php?authCAS=CAS"
      ],
      "run_at": "document_end"
    },
    {
      "js": [
        "js/moodle-examens.user.js"
      ],
      "matches": [
        "https://moodle-examens.cesi.fr/login/*"
      ],
      "run_at": "document_end"
    },
    {
      "js": [
        "js/ent-ad.user.js"
      ],
      "matches": [
        "https://sts.viacesi.fr/adfs/ls/"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "icon/*.png",
        "images/*.png",
        "icons/*.png",
        "css/*.css"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "permissions": [
    "storage"
  ],
  "icons": {
    "16": "icons/icon_x16.png",
    "32": "icons/icon_x32.png",
    "48": "icons/icon_x48.png",
    "128": "icons/icon_x128.png"
  },
  "background": {
    "service_worker": "js/start.js"
  },
  "action": {
    "default_popup": "popup/popup.html"
  },
  "content_security_policy": {}
}