LegalEASE Password Manager Firefox

Examine source code of LegalEASE Password Manager

Inspect and view changes in LegalEASE Password Manager source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "version": "1.1.3",
  "name": "LegalEASE Password Manager",
  "description": "An easy-to-use password manager for creating, keeping and using secure passwords.",
  "icons": {
    "48": "brand/assets/images/icon-48.png"
  },
  "permissions": [
    "alarms",
    "downloads",
    "storage",
    "tabs",
    "webNavigation",
    "https://*/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://*/*"
      ],
      "js": [
        "content/index.js"
      ],
      "all_frames": true
    },
    {
      "matches": [
        "https://url.invalid/*"
      ],
      "js": [
        "content/cognito_redirect_handler.js"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    "*.png",
    "*.svg",
    "appConfig.json",
    "brand/*.json",
    "brand/assets/icons/*",
    "brand/assets/images/*",
    "brand/assets/fonts/*",
    "gen/strings.*"
  ],
  "browser_action": {
    "default_icon": {
      "48": "brand/assets/images/status-locked-32.png"
    },
    "default_title": "LegalEASE Password Manager",
    "default_popup": "html/popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{2e39de93-e435-468e-af78-868f8ba7a30b}"
    }
  }
}

Best LegalEASE Password Manager Alternatives

Here are some Firefox add-ons that are similar to LegalEASE Password Manager: