Examine source code of Podepisovací komponenta Signer

Inspect and view changes in Podepisovací komponenta Signer 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
{
  "manifest_version": 2,
  "name": "Podepisovací komponenta Signer",
  "author": "Asseco Central Europe, a.s.",
  "description": "Podepisovací komponenta Signer pro Edge",
  "version": "1.0",
  "icons": {
    "16": "NMSigner16.png",
    "32": "NMSigner32.png",
    "48": "NMSigner48.png",
    "64": "NMSigner64.png",
    "128": "NMSigner128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.intranet.local/*",
        "*://*.assecosk.local/*",
        "*://*.asseco.cz/*",
        "*://*.asseco.sk/*",
        "*://*.asseco.com/*",
        "*://*.portalzp.cz/*",
        "*://*.cpzp.cz/*",
        "*://*.ozp.cz/*",
        "*://*.zpskoda.cz/*",
        "*://*.rbp-zp.cz/*",
        "*://*.vozp.cz/*",
        "*://*.kartamehosrdce.cz/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "nativeMessaging"
  ],
  "externally_connectable": {
    "matches": [
      "*://*.intranet.local/*",
      "*://*.assecosk.local/*",
      "*://*.asseco.cz/*",
      "*://*.asseco.sk/*",
      "*://*.asseco.com/*",
      "*://*.portalzp.cz/*",
      "*://*.cpzp.cz/*",
      "*://*.ozp.cz/*",
      "*://*.zpskoda.cz/*",
      "*://*.rbp-zp.cz/*",
      "*://*.vozp.cz/*",
      "*://*.kartamehosrdce.cz/*"
    ]
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}