RRSign Firefox

Examine source code of RRSign

By: RRSign
Inspect and view changes in RRSign source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "RRSign",
  "version": "1.5",
  "manifest_version": 2,
  "description": "RRSign.",
  "icons": {
    "123": "icons/logo_RRSIGN.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "rrsign@rrsign.com"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.rrdocs.com.br/*",
        "https://*.rrsign.com.br/*"
      ],
      "run_at": "document_start",
      "js": [
        "jquery-3.5.1/jquery-3.5.1.min.js",
        "inject.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": "icons/logo_RRSIGN.png",
    "default_title": "RRSign",
    "default_popup": "main.html"
  },
  "externally_connectable": {
    "matches": [
      "https://*.rrdocs.com.br/*",
      "https://*.rrsign.com.br/*"
    ]
  },
  "web_accessible_resources": [
    "script.js",
    "main.js"
  ],
  "permissions": [
    "https://*.rrdocs.com.br/*",
    "https://*.rrsign.com.br/*",
    "tabs",
    "nativeMessaging"
  ]
}

Best RRSign Alternatives

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