Gabinet Smart Cards

Gabinet Smart Cards

Karty inteligentne i podpis elektroniczny w Gabinecie Dr Widget

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Karty inteligentne i podpis elektroniczny w Gabinecie Dr Widget",
  "manifest_version": 3,
  "name": "Gabinet Smart Cards",
  "short_name": "GabinetSmartCards",
  "version": "0.0.0.4",
  "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"
  ]
}