Inspect and view changes in Hỗ trợ biên lai đ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",
"manifest_version": 3,
"name": "Hỗ trợ biên lai điện tử VNPT",
"version": "1.0.1",
"description": "Tiện ích hỗ trợ bổ sung phần tìm kiếm cơ quan thuế cho biên lai điện tử VNPT",
"permissions": [
"activeTab",
"storage"
],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"*://*.vnpt-invoice.com.vn/*"
],
"css": [
"assets/css/tom-select.default.min.css"
],
"js": [
"assets/js/tom-select.complete.min.js",
"content.js"
],
"run_at": "document_start"
}
],
"icons": {
"16": "images/icon16.png",
"48": "images/icon48.png",
"128": "images/icon128.png"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images/icon16.png",
"48": "images/icon48.png",
"128": "images/icon128.png"
}
}
}