Tiện ích hoá đơn điện tử

Tiện ích hoá đơn điện tử

Merlin
Additional files are visible only to premium users

manifest.json


{
  "icons": {
    "16": "icon16.plasmo.8c12918c.png",
    "32": "icon32.plasmo.307c74c7.png",
    "48": "icon48.plasmo.4bb8ea8b.png",
    "64": "icon64.plasmo.f192986f.png",
    "128": "icon128.plasmo.afe84e19.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.8c12918c.png",
      "32": "icon32.plasmo.307c74c7.png",
      "48": "icon48.plasmo.4bb8ea8b.png",
      "64": "icon64.plasmo.f192986f.png",
      "128": "icon128.plasmo.afe84e19.png"
    },
    "default_popup": "popup.html"
  },
  "version": "1.0.0",
  "author": "Hung Hoang",
  "name": "Tiện ích hoá đơn điện tử",
  "description": "",
  "background": {
    "service_worker": "static/background/index.js"
  },
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://hoadondientu.gdt.gov.vn/*"
      ],
      "js": [
        "google-sidebar.151a2e83.js"
      ],
      "css": [
        "google-sidebar.09b5c654.css"
      ]
    }
  ],
  "default_locale": "vi",
  "host_permissions": [
    "https://hoadondientu.gdt.gov.vn/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "assets/*.png",
        "assets/*.jpg",
        "assets/*.svg"
      ],
      "matches": [
        "https://hoadondientu.gdt.gov.vn/*"
      ]
    },
    {
      "matches": [
        "https://hoadondientu.gdt.gov.vn/*"
      ],
      "resources": [
        "google-sidebar.dde5ec12.png",
        "google-sidebar.fa23159b.css"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}