Inspect and view changes in VNPT HIS - Đón kết quả xét nghiệm 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
{
"app": {
"background": {
"scripts": [
"src/background.min.js"
]
}
},
"description": "Đón kết quả xét nghiệm từ các thiết bị cổng COM",
"icons": {
"16": "ui/assets/img/icon-16x16.png",
"128": "ui/assets/img/icon-128x128.png"
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkJWb+fsME0FFaIg92mdwk3C6hrWhEsNWaj+VzVy36t7Yko3dHx17MWPI6c8FoOy4LWiXWdxv2CQdLdiYrHsIPMvNnROzKy1Xk1VHssu04cgSLd1jlO7Mm7wGtMuZ6PHjhGD7nlHMyvyzNhVh2BYld0N4BYKf2gAhDjiT8Z5B/NDM8QaTkqYxpPRylHvTOiKAzNAbZskNfx3w9J7ijdnrch4xROsCBj97L/1FJIN+/UuccenKssWc62aikxD01+Fg76bkCEQ2fY5JOOKbAGzV5xyFA7mQPeHcVul4EhZ3/BRhJKXKy/FCpZui31qH4NH4/BrqtNxUWs36cTCfE6U/8wIDAQAB",
"manifest_version": 2,
"name": "VNPT HIS - Đón kết quả xét nghiệm",
"permissions": [
"serial",
"unlimitedStorage",
"notifications",
"storage",
"https://vnptnghean.com.vn/json/*",
"http://vnptnghean.com.vn/json/*"
],
"update_url": "https://clients2.google.com/service/update2/crx",
"version": "2.0.7"
}