ePass Plugin Adapter

ePass Plugin Adapter

Digital signing

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "ePass Plugin Adapter",
  "default_locale": "en",
  "version": "1.2",
  "manifest_version": 2,
  "description": "__MSG_chrome_extension_description__",
  "icons": {
    "128": "epass-128.png",
    "256": "epass-256.png",
    "512": "epass-512.png"
  },
  "background": {
    "scripts": [
      "background.js",
      "FireBreathPromise.js",
      "wyrmhole.js",
      "firewyrm.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "all_frames": true,
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    "wyrmhole.js",
    "wyrmhole-page.js",
    "FireBreathPromise.js",
    "firewyrm.js"
  ],
  "permissions": [
    "nativeMessaging"
  ]
}