Адаптер Рутокен Web Плагин

Адаптер Рутокен Web Плагин

Позволяет использовать Рутокен Web Плагин

Merlin
Additional files are visible only to premium users

manifest.json


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