TorrinPass – Password Manager Firefox

Examine source code of TorrinPass – Password Manager

Inspect and view changes in TorrinPass – Password Manager source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "TorrinPass",
  "description": "TorrinPass Firefox extension (phone as secure root)",
  "version": "1.4.6",
  "action": {
    "default_popup": "src/popup/index.html",
    "default_title": "TorrinPass"
  },
  "background": {
    "page": "background.html"
  },
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://*/*",
    "http://*/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "torrinpass@torrinpass.com",
      "data_collection_permissions": {
        "required": [
          "authenticationInfo",
          "personallyIdentifyingInfo",
          "websiteActivity"
        ],
        "optional": []
      }
    }
  },
  "icons": {
    "16": "icons/torrinpasslogo-16.png",
    "32": "icons/torrinpasslogo-32.png",
    "48": "icons/torrinpasslogo-48.png",
    "128": "icons/torrinpasslogo-128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "icons/torrinpasslogo.png"
      ],
      "matches": [
        "https://*/*",
        "http://*/*"
      ]
    }
  ],
  "content_scripts": [
    {
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle",
      "all_frames": true
    }
  ]
}

Best TorrinPass – Password Manager Alternatives

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