Thanh toán Baokim

Thanh toán Baokim

Công ty cổ phần thương mại điện tử Bảo Kim

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Thanh toán Baokim",
  "version": "1.0.54",
  "description": "Công ty cổ phần thương mại điện tử Bảo Kim",
  "manifest_version": 3,
  "author": "tapnd",
  "action": {
    "default_popup": "index.html",
    "default_title": "Công ty cổ phần thương mại điện tử Bảo Kim",
    "default_icon": "bkplus_favicon.png"
  },
  "permissions": [
    "tabs",
    "storage"
  ],
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "run_at": "document_start",
      "matches": [
        "https://*/*"
      ],
      "css": [
        "./css/bk-modal.css",
        "./css/print.css",
        "./css/library/toastr.min.css",
        "./css/custom.css",
        "./css/custom_btn.css"
      ],
      "js": [
        "./js/library/jquery.js",
        "./js/library/bootstrap.js",
        "./js/library/bootstrap-bundle.js",
        "./js/library/pusher.js",
        "./js/library/toastr.js",
        "./js/library/qrcode.min.js",
        "./js/global/global.js",
        "./js/global/modal-function.js",
        "./js/global/process-function.js",
        "./js/content-script.js",
        "./js/nhanh/nhanh.js",
        "./js/nhanh/nhanh-modal.js",
        "./js/nhanh/nhanh-online.js",
        "./js/router.js",
        "./js/haravan/haravan.js",
        "./js/misa_eshop/misa-eshop.js",
        "./js/misa_eshop/misa-eshop-payment-link.js"
      ]
    }
  ]
}