Zerion: Wallet for Web3 & NFTs

Zerion: Wallet for Web3 & NFTs

A crypto wallet for everything onchain. Browse, own, and unlock the new internet.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "short_name": "__MSG_appName__",
  "version": "1.6.0",
  "default_locale": "en",
  "description": "__MSG_appDescription__",
  "icons": {
    "16": "logo-icon-16.f3c62d27.png",
    "32": "logo-icon-32.4a59008d.png",
    "48": "logo-icon-48.1d23ed75.png",
    "128": "logo-icon-128.4a4ea3f9.png"
  },
  "action": {
    "default_icon": {
      "16": "logo-icon-16.f3c62d27.png",
      "32": "logo-icon-32.4a59008d.png",
      "48": "logo-icon-48.1d23ed75.png",
      "128": "logo-icon-128.4a4ea3f9.png"
    },
    "default_title": "Zerion",
    "default_popup": "popup.8e8f209b.html"
  },
  "author": "https://zerion.io/",
  "background": {
    "service_worker": "background.687c82fc.js"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "content-script.8a17b343.js"
      ],
      "matches": [
        "https://*/*",
        "http://localhost/*",
        "http://0.0.0.0/*"
      ],
      "run_at": "document_start",
      "css": []
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "content-script/in-page.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "permissions": [
    "activeTab",
    "alarms",
    "scripting",
    "storage",
    "unlimitedStorage"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ]
}