CryptoExt CESARIS

CryptoExt CESARIS

Крипто расширение для формирования и проверки цифровой подписи PDF-документов и данных.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "/lib/background.js"
    ]
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "/data/content.js"
      ],
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "run_at": "document_end"
    }
  ],
  "default_locale": "ru",
  "description": "__MSG_appDesc__",
  "homepage_url": "http://itsway.kiev.ua/",
  "icons": {
    "16": "/icons/cesaris_16.png",
    "32": "icon.png",
    "48": "/icons/cesaris_48.png",
    "64": "/icons/cesaris_64.png",
    "128": "/icons/cesaris_128.png"
  },
  "manifest_version": 2,
  "minimum_chrome_version": "35.0",
  "name": "CryptoExt CESARIS",
  "offline_enabled": false,
  "permissions": [
    "tabs",
    "nativeMessaging",
    "management"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.0.3"
}