Aergo Connect 3.0

Aergo Connect 3.0

Wallet for Aergo Mainnet, Testnet, and private networks

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Aergo Connect 3.0",
  "version": "3.3.2",
  "version_name": "3.3.2",
  "description": "Wallet for Aergo Mainnet, Testnet, and private networks",
  "author": "Aergo team and contributors",
  "homepage_url": "https://github.com/aergoio/aergo-connect#readme",
  "minimum_chrome_version": "92",
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "icons": {
    "17": "img/icon-17.7d5cab21.png",
    "102": "img/icon-102.c605f15d.png",
    "128": "img/icon-128.a2c33388.png"
  },
  "background": {
    "service_worker": "js/service-worker.js"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/content-script.js"
      ]
    }
  ],
  "action": {
    "default_icon": {
      "17": "img/icon-17.7d5cab21.png",
      "34": "img/icon-34.dbeb39ba.png"
    },
    "default_title": "Aergo Connect 3.0",
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab",
    "unlimitedStorage",
    "clipboardWrite",
    "contextMenus",
    "idle"
  ]
}