Crypto-Plugin

Crypto-Plugin

Extension for signing payments without Java

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Crypto-Plugin",
  "version": "1.1.8",
  "description": "__MSG_appDesc__",
  "default_locale": "uk",
  "permissions": [
    "tabs",
    "nativeMessaging"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*",
        "file://*/*"
      ],
      "js": [
        "content.js"
      ],
      "all_frames": true
    }
  ],
  "externally_connectable": {
    "matches": [
      "*://localhost/*",
      "*://*.ceb.loc/*",
      "*://*.p24.ua/*",
      "*://*.pb.ua/*",
      "*://*.pb.com.ua/*",
      "*://*.privat24.ua/*",
      "*://*.privatbank.ua/*",
      "*://*.biprocessing.org.ua/*",
      "*://*.igov.org.ua/*",
      "*://*.bankid.org.ua/*"
    ]
  },
  "icons": {
    "16": "icon16.png",
    "24": "icon24.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "64": "icon64.png",
    "128": "icon128.png"
  },
  "manifest_version": 2,
  "web_accessible_resources": [
    "manifest.json"
  ]
}