Portkey Wallet: Crypto & Games (Deprecated)

Portkey Wallet: Crypto & Games (Deprecated)

A User-Friendly and Secure AA Wallet for Asset Management and Web3 Experience

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "name": "Portkey Wallet: Crypto & Games (Deprecated)",
  "version": "1.4.18",
  "description": "A User-Friendly and Secure AA Wallet for Asset Management and Web3 Experience",
  "icons": {
    "16": "assets/images/extension_logo.png",
    "48": "assets/images/extension_logo.png",
    "128": "assets/images/extension_logo.png"
  },
  "background": {
    "service_worker": "./js/serviceWorker.js"
  },
  "action": {
    "default_icon": "assets/images/extension_logo.png",
    "default_title": "Portkey Wallet: Crypto & Games (Deprecated)",
    "default_popup": "popup.html"
  },
  "sandbox": {
    "pages": [
      "sandbox.html"
    ]
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "windows": "Ctrl+Shift+P",
        "mac": "Command+Shift+P",
        "chromeos": "Ctrl+Shift+P",
        "linux": "Ctrl+Shift+P"
      }
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "storage",
    "unlimitedStorage",
    "tabs",
    "alarms",
    "gcm"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "js/inject.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    },
    {
      "resources": [
        "sandbox.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "default_locale": "en"
}