CESARIS CryptoExtJS

CESARIS CryptoExtJS

Это есть инструмент для формирования и проверки цифровой подписи PDF-документов и данных (без Java).

Merlin
Additional files are visible only to premium users

manifest.json


{
  "version": "2.0.3",
  "background": {
    "persistent": true,
    "page": "/lib/background.html"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "/data/content-script.js"
      ],
      "matches": [
        "https://*/*",
        "http://*/*",
        "file://*/*"
      ],
      "run_at": "document_end"
    }
  ],
  "default_locale": "ru",
  "homepage_url": "http://itsway.kiev.ua/",
  "browser_action": {
    "default_icon": {
      "16": "/icons/cesaris_16.png",
      "32": "/icons/cesaris_32.png"
    },
    "default_title": "__MSG_application_title__",
    "default_popup": "/data/about.html"
  },
  "description": "__MSG_application_description__",
  "icons": {
    "16": "/icons/cesaris_16.png",
    "24": "/icons/cesaris_24.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": "CESARIS CryptoExtJS",
  "offline_enabled": false,
  "permissions": [
    "tabs",
    "downloads",
    "unlimitedStorage",
    "system",
    "system.display",
    "system.storage",
    "storage",
    "<all_urls>",
    "management"
  ],
  "content_security_policy": "script-src 'unsafe-eval'; object-src 'self';",
  "update_url": "https://clients2.google.com/service/update2/crx"
}