MISA KYSO

MISA KYSO

Chương trình ký điện tử dùng cho phân hệ học phí của QLTH.VN

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "MISA KYSO",
  "version": "0.2",
  "manifest_version": 2,
  "description": "Chương trình ký điện tử dùng cho phân hệ học phí của QLTH.VN",
  "icons": {
    "16": "16.png",
    "48": "48.png",
    "128": "128.png"
  },
  "browser_action": {
    "default_icon": {
      "19": "19.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*",
        "file:///*"
      ],
      "js": [
        "download2.js",
        "jquery-3.3.1.min.js",
        "content.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "nativeMessaging",
    "tabs",
    "management",
    "http://*/*",
    "https://*/*",
    "file:///*"
  ]
}