Ecustsd signature on website

Ecustsd signature on website

Thaison Technology Development Co., Ltd

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Ecustsd signature on website",
  "version": "1.1",
  "minimum_chrome_version": "40.0",
  "manifest_version": 2,
  "description": "Thaison Technology Development Co., Ltd",
  "icons": {
    "48": "48x48.png",
    "128": "128x128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "nativeMessaging",
    "tabs"
  ],
  "externally_connectable": {
    "matches": [
      "*://phtkvcangbien.tphcm.gov.vn/*",
      "*://210.2.120.225/*",
      "*://210.2.120.226/*",
      "*://thuphi.haiphong.gov.vn/*",
      "*://113.160.97.58/*",
      "*://*.tphcm.gov.vn/*",
      "*://*.hochiminhcity.gov.vn/*",
      "*://*.haiphong.gov.vn/*",
      "*://*.danang.gov.vn/*",
      "*://localhost/*"
    ]
  }
}