HIS L2 QTI

HIS L2 QTI

HIS L2 QTI

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "HIS L2 QTI",
  "description": "HIS L2 QTI",
  "version": "2.18",
  "browser_action": {
    "default_icon": "logo_header.png",
    "default_popup": "popup.html"
  },
  "background": {
    "page": "popup.html",
    "persistent": false
  },
  "icons": {
    "16": "logo_header.png",
    "48": "logo_header.png",
    "128": "logo_header.png"
  },
  "content_security_policy": "script-src 'self' https://hisl2.quangtri.net.vn https://ajax.googleapis.com;  object-src 'self'",
  "content_scripts": [
    {
      "matches": [
        "https://bvquangtri.vncare.vn/*"
      ],
      "js": [
        "moment.min.js",
        "popup.js",
        "jquery-2.2.3.min.js",
        "jquery-ui.min.js",
        "aes.js",
        "pbkdf2.js",
        "AesUtil.js",
        "CommonUtil.js",
        "te.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ]
}