Net iD Client

Net iD Client

Provide access to security tokens, for example, smart cards, on your local computer.

Additional files are visible only to premium users

manifest.json


{
  "author": "Pointsharp AB",
  "name": "Net iD Client",
  "version": "1.1.0.0",
  "default_locale": "en",
  "description": "__MSG_AppDescription__",
  "manifest_version": 3,
  "background": {
    "service_worker": "js/background.js"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "js/content.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*",
        "file://*/*"
      ],
      "run_at": "document_end"
    }
  ],
  "icons": {
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "permissions": [
    "nativeMessaging"
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}