Examine source code of Pegasus Password Generator

Inspect and view changes in Pegasus Password Generator 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
{
  "description": "Pegasus password generator",
  "manifest_version": 2,
  "name": "Pegasus",
  "version": "1.3.5resigned1",
  "homepage_url": "https://github.com/Dreae/pegasus",
  "icons": {
    "64": "icon-64.png"
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+L",
        "windows": "Ctrl+Shift+L",
        "mac": "Command+Shift+L",
        "chromeos": "Ctrl+Shift+L",
        "linux": "Ctrl+Shift+L"
      }
    }
  },
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_title": "Pegasus",
    "default_icon": "icon-32.png",
    "default_popup": "index.html"
  },
  "applications": {
    "gecko": {
      "id": "pegasus@dreae.com"
    }
  }
}