GabinetPrinter

GabinetPrinter

Drukowanie w Gabinecie Dr Widget dla systemu Windows

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Drukowanie w Gabinecie Dr Widget dla systemu Windows",
  "manifest_version": 3,
  "name": "GabinetPrinter",
  "short_name": "GabinetPrinter",
  "version": "2.0.0.3",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "js": [
        "event_handler.js"
      ],
      "matches": [
        "*://*.drw.pl/*",
        "*://*.dr100.pl/*",
        "*://*.mydr.pl/*",
        "*://127.0.0.1/*"
      ]
    }
  ],
  "permissions": [
    "nativeMessaging"
  ]
}