Rutoken Plugin for Edge

Rutoken Plugin for Edge

Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "content.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start"
    }
  ],
  "description": "Позволяет использовать Рутокен Плагин",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "manifest_version": 2,
  "name": "Адаптер Рутокен Плагин",
  "permissions": [
    "nativeMessaging"
  ],
  "version": "1.0.4.0",
  "web_accessible_resources": [
    "webpage.js"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}