CyberGhost: Password Manager

CyberGhost: Password Manager

CyberGhost is an easy to use and bulletproof security-oriented password management tool.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "CyberGhost: Password Manager",
  "version": "1.1.2.17",
  "permissions": [
    "activeTab",
    "https://pm-api.cyberghostpass.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*",
        "file:///*"
      ],
      "js": [
        "content-script.js"
      ],
      "css": [
        "content-script.css"
      ],
      "all_frames": true,
      "run_at": "document_end"
    }
  ],
  "description": "CyberGhost is an easy to use and bulletproof security-oriented password management tool.",
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "windows": "Alt+Shift+P",
        "mac": "Alt+Shift+P",
        "chromeos": "Alt+Shift+P",
        "linux": "Alt+Shift+P"
      }
    }
  },
  "background": {
    "page": "background/index.html",
    "persistent": true
  },
  "browser_action": {
    "default_title": "CyberGhost",
    "default_popup": "popup/index.html",
    "default_icon": "popup/assets/logo/32x32.png"
  },
  "icons": {
    "16": "/popup/assets/logo/16x16.png",
    "32": "/popup/assets/logo/32x32.png",
    "48": "/popup/assets/logo/48x48.png",
    "96": "/popup/assets/logo/96x96.png",
    "128": "/popup/assets/logo/128x128.png",
    "256": "/popup/assets/logo/256x256.png",
    "512": "/popup/assets/logo/512x512.png",
    "1024": "/popup/assets/logo/1024x1024.png"
  },
  "content_security_policy": "script-src 'self'; object-src 'self'"
}