EVER Wallet

EVER Wallet

Manage Everscale wallets and access dApps directly from your browser

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "EVER Wallet",
  "version": "0.2.36",
  "description": "Manage Everscale wallets and access dApps directly from your browser",
  "browser_action": {
    "default_title": "EVER Wallet",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "browser-polyfill.min.js",
      "background.js"
    ],
    "persistent": true
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "permissions": [
    "storage",
    "unlimitedStorage",
    "clipboardWrite",
    "activeTab",
    "notifications"
  ],
  "content_security_policy": "script-src 'self' 'wasm-eval'; object-src 'self'",
  "content_scripts": [
    {
      "matches": [
        "file://*/*",
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "browser-polyfill.min.js",
        "contentscript.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "web_accessible_resources": [
    "inpage.js",
    "browser-polyfill.min.js"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{dfb8d3e3-9518-4c10-9604-293df41212b0}"
    }
  }
}