Nash Extension Firefox

Examine source code of Nash Extension

Inspect and view changes in Nash Extension source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "browser_action": {
    "default_icon": "assets/nash_128.png",
    "default_popup": "popup.html",
    "default_title": "Nash"
  },
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "*://localhost/*",
        "*://*.neonexchange.org/*",
        "*://*.nash.io/*",
        "*://*.neontest.org/*"
      ],
      "run_at": "document_start"
    }
  ],
  "description": "Blockchain Browser Extension",
  "icons": {
    "16": "assets/nash_16.png",
    "48": "assets/nash_48.png",
    "128": "assets/nash_128.png"
  },
  "manifest_version": 2,
  "name": "Nash Extension",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "downloads",
    "tabs",
    "storage",
    "activeTab"
  ],
  "version": "1.0.3"
}

Best Nash Extension Alternatives

Here are some Firefox add-ons that are similar to Nash Extension: