Firma con token test Firefox

Examine source code of Firma con token test

Inspect and view changes in Firma con token test source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "Extensión que permite firmar digitalmente con token, desde su navegador",
  "manifest_version": 3,
  "name": "Firma con token",
  "version": "3.2.2",
  "icons": {
    "128": "ico36.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "firma.con.token@ssia.gde.gob.ar"
    }
  },
  "background": {
    "scripts": [
      "main.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true,
      "js": [
        "content-script.js"
      ],
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "nativeMessaging",
    "activeTab"
  ]
}

Best Firma con token test Alternatives

Here are some Firefox add-ons that are similar to Firma con token test: