ThuPhiHaiPhong Signing

ThuPhiHaiPhong Signing

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": "ThuPhiHaiPhong Signing",
  "version": "1.0.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"
  ],
  "applications": {
    "gecko": {
      "id": "[email protected]"
    }
  },
  "externally_connectable": {
    "matches": [
      "*://thuphi.haiphong.gov.vn/*",
      "*://113.160.97.58/*",
      "*://10.10.10.20/*",
      "*://localhost/*"
    ]
  }
}