Examine source code of PCrypt - Усилитель паролей

Inspect and view changes in PCrypt - Усилитель паролей source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "PCrypt (mhbrgn)",
  "description": "Fast password encryptor from short key and domain name. Hotkey - Ctrl+Shift+F",
  "version": "1.3resigned1",
  "icons": {
    "16": "img/icon16.png",
    "32": "img/icon32.png",
    "48": "img/icon48.png",
    "64": "img/icon64.png",
    "128": "img/icon128.png"
  },
  "browser_action": {
    "default_icon": "img/icon16.png",
    "default_popup": "popup.htm"
  },
  "permissions": [
    "activeTab",
    "clipboardWrite",
    "clipboardRead"
  ],
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+F",
        "mac": "MacCtrl+Shift+F"
      }
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{17c73d3e-713c-4b11-9272-b46daa1fbbbb}"
    }
  }
}