QLDT PTIT

QLDT PTIT

Tính năng nâng cao cho QLDT - Edusoft Được xây dựng và phát triển bởi đội ngũ Tôi Yêu PTIT

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "QLDT PTIT",
  "description": "Tính năng nâng cao cho QLDT - Edusoft Được xây dựng và phát triển bởi đội ngũ Tôi Yêu PTIT",
  "version": "2.1.5",
  "content_scripts": [
    {
      "matches": [
        "http://qldt.ptit.edu.vn/*",
        "https://qldt.ptit.edu.vn/*",
        "https://uis.ptithcm.edu.vn/*",
        "http://uis.ptithcm.edu.vn/*"
      ],
      "all_frames": true,
      "js": [
        "jquery.js",
        "axios.min.js",
        "ics.min.js",
        "FileSaver.min.js",
        "moment.min.js",
        "qldt/qldt-script.js"
      ]
    }
  ],
  "action": {
    "default_icon": {
      "16": "/16.png",
      "32": "/48.png",
      "48": "/48.png",
      "128": "/128.png"
    }
  },
  "permissions": [],
  "host_permissions": [
    "http://qldt.ptit.edu.vn/*",
    "https://qldt.ptit.edu.vn/*",
    "https://uis.ptithcm.edu.vn/*",
    "http://uis.ptithcm.edu.vn/*"
  ],
  "background": {
    "type": "module",
    "service_worker": "back_bg.js"
  },
  "icons": {
    "16": "/16.png",
    "32": "/48.png",
    "48": "/48.png",
    "128": "/128.png"
  },
  "web_accessible_resources": [
    {
      "matches": [
        "http://qldt.ptit.edu.vn/*",
        "https://qldt.ptit.edu.vn/*",
        "https://uis.ptithcm.edu.vn/*",
        "http://uis.ptithcm.edu.vn/*"
      ],
      "resources": [
        "128.png"
      ]
    }
  ]
}