Examine source code of Hỗ trợ Hóa đơn điện tử VNPT

Inspect and view changes in Hỗ trợ Hóa đơn điện tử VNPT source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Hỗ trợ Hóa đơn điện tử VNPT",
  "version": "1.0.0",
  "description": "Tiện ích hỗ trợ thêm hình thức thanh toán cho Hóa đơn điện tử VNPT.",
  "permissions": [
    "storage"
  ],
  "manifest_version": 3,
  "content_scripts": [
    {
      "matches": [
        "https://*.vnpt-invoice.com.vn/*"
      ],
      "all_frames": true,
      "js": [
        "resources/js/jquery-3.6.1.min.js",
        "js/content_scripts.js"
      ]
    }
  ],
  "options_ui": {
    "page": "html/options.html",
    "open_in_tab": true
  },
  "icons": {
    "16": "resources/images/vnpt_16.png",
    "32": "resources/images/vnpt_32.png",
    "48": "resources/images/vnpt_48.png",
    "128": "resources/images/vnpt_128.png"
  }
}