SafePal Extension Wallet

SafePal Extension Wallet

A secure and friendly cross-chain crypto wallet to store Bitcoin, Ethereum, Solana and more

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "short_name": "__MSG_appName__",
  "version": "2.23.0",
  "default_locale": "en",
  "description": "__MSG_appDescription__",
  "icons": {
    "16": "images/sfp4.png",
    "19": "images/sfp4.png",
    "32": "images/sfp4.png",
    "38": "images/sfp4.png",
    "48": "images/sfp4.png",
    "64": "images/sfp4.png",
    "128": "images/sfp4.png",
    "512": "images/sfp4.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "images/sfp4.png",
      "19": "images/sfp4.png",
      "32": "images/sfp4.png",
      "48": "images/sfp4.png",
      "128": "images/sfp4.png"
    },
    "default_title": "SafePal Extension Wallet",
    "default_popup": "popup.html"
  },
  "author": "https:",
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "webextension-polyfill.js",
        "content-script.js"
      ],
      "matches": [
        "file://*/*",
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_start"
    }
  ],
  "permissions": [
    "storage",
    "activeTab",
    "notifications",
    "https://*.isafepal.com/",
    "webRequest",
    "*://*.walletconnect/",
    "*://*.eth/",
    "cookies",
    "https://*.safepal.com/"
  ],
  "content_security_policy": "script-src 'self' ; object-src 'self'",
  "browser_specific_settings": {
    "gecko": {
      "id": "{3fd93479-b7c6-4fce-b31b-5dcfbe843f61}"
    }
  }
}