Java Web KeyA

Java Web KeyA

Java Web KeyA is designed for Using PKI in Web Browsers by Java.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Java Web KeyA",
  "short_name": "Java Web KeyA",
  "version": "1.0.1.1",
  "description": "Java Web KeyA is designed for Using PKI in Web Browsers by Java.",
  "icons": {
    "48": "icons/webkeya48.png",
    "96": "icons/webkeya96.png",
    "128": "icons/webkeya128.png"
  },
  "browser_action": {
    "default_icon": {
      "32": "browser_action/isLogin.png"
    },
    "default_title": "My KeyA",
    "default_popup": "browser_action/browser_action.html"
  },
  "background": {
    "scripts": [
      "bg-jkeya.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true,
      "js": [
        "script-jkeya.js"
      ],
      "run_at": "document_start"
    }
  ],
  "permissions": [
    "nativeMessaging",
    "tabs"
  ]
}