SecureSafe Password Manager Firefox

Examine source code of SecureSafe Password Manager

Inspect and view changes in SecureSafe Password Manager source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "author": "DSwiss Ltd.",
  "manifest_version": 2,
  "icons": {
    "36": "ui/assets/icons/icon-36x36.png",
    "48": "ui/assets/icons/icon-48x48.png",
    "72": "ui/assets/icons/icon-72x72.png",
    "96": "ui/assets/icons/icon-96x96.png",
    "144": "ui/assets/icons/icon-144x144.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_icon": "ui/assets/icons/icon-144x144.png",
    "default_title": "SecureSafe Password Manager",
    "default_popup": "ui/index.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content/index.js"
      ],
      "css": [],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "commands": {
    "_execute_browser_action": {
      "description": "Open the SecureSafe window",
      "suggested_key": {
        "default": "Ctrl+Shift+Y",
        "mac": "Command+Shift+Y"
      }
    }
  },
  "web_accessible_resources": [
    "content/index.js",
    "ui/assets/*",
    "ui/index.html"
  ],
  "permissions": [
    "tabs",
    "storage",
    "activeTab",
    "webNavigation",
    "alarms",
    "notifications",
    "https://*/*",
    "http://*/*"
  ],
  "name": "SecureSafe Password Manager",
  "description": "Use the SecureSafe password manager to keep track of your ever-growing list of passwords.",
  "version": "1.4.1.1",
  "default_locale": "en",
  "browser_specific_settings": {
    "gecko": {
      "id": "{8d652add-7944-4a08-865c-53313531e463}"
    }
  }
}

Best SecureSafe Password Manager Alternatives

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