POS & Label Printer Manager

Chrome Extension for POS and label printers. This is a POS&Label printer driver for Chromebook. NOT for Chrome browser on Windows.
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",
  "icons": {
    "16": "icon16.plasmo.07b481e2.png",
    "32": "icon32.plasmo.26b9b5a7.png",
    "48": "icon48.plasmo.b19b5264.png",
    "64": "icon64.plasmo.be1be116.png",
    "128": "icon128.plasmo.4783170e.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.07b481e2.png",
      "32": "icon32.plasmo.26b9b5a7.png",
      "48": "icon48.plasmo.b19b5264.png",
      "64": "icon64.plasmo.be1be116.png",
      "128": "icon128.plasmo.4783170e.png"
    }
  },
  "version": "0.2.3",
  "author": "Payton <565524110@qq.com>",
  "name": "POS & Label Printer Manager",
  "description": "Chrome Extension for POS and label printers. This is a POS&Label printer driver for Chromebook. NOT for Chrome browser on Windows.",
  "background": {
    "service_worker": "static/background/index.js"
  },
  "permissions": [
    "storage",
    "tabs",
    "unlimitedStorage",
    "printerProvider"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "tabs/index.html",
        "pdf.worker.min.js",
        "assets/n-icon.png",
        "assets/test-cmds-tspl.txt",
        "assets/test-cmds-esc.txt",
        "assets/capabilities-tspl.json",
        "assets/capabilities-esc.json"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}