LedgerSign Firefox

Examine source code of LedgerSign

Inspect and view changes in LedgerSign source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "LedgerSign",
  "description": "Essa extensão permite configurar certificados para fins de assinatura digital",
  "version": "1.1.4",
  "icons": {
    "16": "logo512.png",
    "48": "logo512.png",
    "128": "logo512.png"
  },
  "browser_action": {
    "default_icon": "logo512.png",
    "default_title": "Opções da LedgerSign",
    "default_popup": "index.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "sign@ledgertec.com.br",
      "strict_min_version": "50.0"
    }
  },
  "permissions": [
    "nativeMessaging",
    "http://*/",
    "https://*/"
  ]
}

Best LedgerSign Alternatives

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