WAGMIswap.io Wallet

WAGMIswap.io Wallet

WAGMIswap.io Wallet Extension. Send & Receive ALGO and Algorand Standard Assets. Sign DApp Transactions

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "WAGMIswap.io Wallet",
  "author": "https://undercurrent.tech",
  "version": "1.9.1",
  "description": "WAGMIswap.io Wallet Extension. Send & Receive ALGO and Algorand Standard Assets. Sign DApp Transactions",
  "icons": {
    "48": "icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_title": "WAGMIswap.io Wallet",
    "default_icon": "icon.png",
    "default_popup": "index.html"
  },
  "content_security_policy": "script-src 'self' 'sha256-r3HgVicK23eFlaBe+glyMCfP98WwT3i3bmq8FxshKMY='; object-src 'self'",
  "web_accessible_resources": [
    "wagmiswap.min.js"
  ],
  "permissions": [
    "storage",
    "tabs"
  ]
}