ARK Connect Firefox

Examine source code of ARK Connect

Inspect and view changes in ARK Connect source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "ARK Connect",
  "description": "ARK Connect is an open source browser extension that allows users to connect their ARK address to Web3 applications.",
  "version": "1.13.1",
  "manifest_version": 2,
  "icons": {
    "16": "icon/16.png",
    "32": "icon/32.png",
    "48": "icon/48.png",
    "128": "icon/128.png"
  },
  "browser_action": {
    "default_popup": "src/main.html"
  },
  "background": {
    "persistent": true,
    "page": "background.html"
  },
  "permissions": [
    "activeTab",
    "storage",
    "clipboardWrite",
    "tabs",
    "unlimitedStorage",
    "commands"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://*/*"
      ],
      "js": [
        "src/content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    "assets/assertions-CgTTi27h.js",
    "assets/eventListenerHandlers-j27MjsY2.js",
    "assets/src/content-DD-MNnNo.js",
    "assets/utils-CDV_Htwl.js",
    "src/inpage.js"
  ],
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Shift+Alt+C"
      },
      "description": "Open the extension"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{2c8d22ee-1692-4381-9cd2-5bd7cfa922d3}"
    }
  }
}

Best ARK Connect Alternatives

Here are some Firefox add-ons that are similar to ARK Connect: