TrusteeSecurity Firefox

Examine source code of TrusteeSecurity

Inspect and view changes in TrusteeSecurity source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "TrusteeSecurity - ваш менеджер паролей",
  "description": "Безопасное хранение паролей на принципах нулевого доверия (Mozilla)",
  "version": "1.0.7",
  "manifest_version": 3,
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhGdHB5dVE7mXLD7EiEZU5CXpN8kzLrajUi0TJj0fl+cVF40lbXQbRIeqUwn3/ZFY9V0co5fGI975Owy1VuwnUNANJikT9gRBwVPaQIAMG2p70sicLmOotKf3enzxJmGRbRK3YeW/vWTyCq5dTnpSXEmFa3FhEplFNhftVE56LRG0EOpOuTQMMk511ac2AJPQMdHJAQTmjExMfvaxcLCzAVwk/ApDtdPNwIo+QrCC0JUTjWjulrMAOQqQsTmXhO6v1Uw31rsd7FkDB6nJKvf83mtl5u5JeJRSscGCFjGFKYBytXjJdUHkyH3MvD/FO2QOQY5Z0CnQTTktjMcT59Gl7wIDAQAB",
  "browser_specific_settings": {
    "gecko": {
      "id": "{3c6bf0cc-3ae2-42fb-9993-0d43104fdcaf}",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "storage",
    "tabs",
    "webRequest",
    "unlimitedStorage",
    "webNavigation",
    "cookies",
    "geolocation",
    "activeTab",
    "nativeMessaging"
  ],
  "commands": {
    "open_extension": {
      "description": "Show Trustee Security",
      "suggested_key": {
        "chromeos": "Alt+T",
        "linux": "Alt+T",
        "mac": "Command+Shift+T",
        "windows": "Alt+T"
      }
    },
    "clear_storage": {
      "description": "Clear storage",
      "suggested_key": {
        "chromeos": "Alt+C",
        "linux": "Alt+C",
        "mac": "Command+Shift+C",
        "windows": "Alt+C"
      }
    }
  },
  "action": {
    "default_icon": {
      "128": "assets/img/icon128.png"
    },
    "default_title": "Trustee Security - безопасное хранение паролей",
    "default_popup": "index.html"
  },
  "icons": {
    "128": "assets/img/icon128.png"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "popup.html",
        "dialog.html",
        "vault.html",
        "standby.html",
        "sandbox.html",
        "defender.html",
        "assets/img/*"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "js/worldFrameBootstart.js"
      ],
      "run_at": "document_start",
      "world": "MAIN",
      "all_frames": false,
      "exclude_matches": [
        "http://localhost:4200/*"
      ]
    },
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "js/dialogFrameBootstart.js",
        "js/standbyFrameBootstart.js",
        "js/popupFrameBootstart.js"
      ],
      "run_at": "document_end",
      "all_frames": false,
      "exclude_matches": [
        "http://localhost:4200/*"
      ]
    },
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "js/webcomponents-bundle.js",
        "js/allFrameBootstart.js"
      ],
      "run_at": "document_end",
      "all_frames": true,
      "exclude_matches": [
        "http://localhost:4200/*",
        "*://trusteesecurity.com/*",
        "*://*.trusteesecurity.com/*"
      ]
    }
  ],
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "host_permissions": [
    "<all_urls>"
  ]
}

Best TrusteeSecurity Alternatives

Here are some Firefox add-ons that are similar to TrusteeSecurity: