Alfa-Bank RSA

Alfa-Bank RSA

Расширение для подписи RSA

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Alfa-Bank RSA",
  "version": "1.0.1",
  "manifest_version": 2,
  "description": "Расширение для подписи RSA",
  "homepage_url": "https://link.alfabank.ru/",
  "externally_connectable": {
    "matches": [
      "*://*.alfabank.ru/*",
      "*://localhost:*/*"
    ]
  },
  "permissions": [
    "nativeMessaging",
    "tabs",
    "http://*/",
    "https://*/"
  ],
  "icons": {
    "48": "alfabank-logo.png",
    "128": "alfabank-logo_128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.mytestapp/*",
        "*://*.alfabank.ru/*",
        "*://localhost/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "update_url": "https://clients2.google.com/service/update2/crx"
}