PKISigning usb-token ondersteuning

PKISigning usb-token ondersteuning

PKISigning ondersteuning voor usb-tokens

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "PKISigning usb-token ondersteuning",
  "version": "1.0.2",
  "minimum_chrome_version": "40.0",
  "manifest_version": 2,
  "description": "PKISigning ondersteuning voor usb-tokens",
  "icons": {
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*",
        "file:///*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end",
      "all_frames": true
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "nativeMessaging"
  ],
  "applications": {
    "gecko": {
      "id": "{4f89afef-1172-4e18-9012-609436f07ce9}"
    }
  }
}