Fetch

Fetch

Simple & Powerful Ethereum Wallet

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Fetch",
  "version": "0.0.6",
  "manifest_version": 2,
  "description": "Simple & Powerful Ethereum Wallet",
  "homepage_url": "https://hellofetch.co",
  "icons": {
    "16": "icons/16x16.png",
    "48": "icons/48x48.png",
    "64": "icons/64x64.png",
    "128": "icons/128x128.png"
  },
  "browser_action": {
    "default_title": "Fetch",
    "default_popup": "fetch.html"
  },
  "permissions": [
    "activeTab",
    "storage",
    "unlimitedStorage",
    "clipboardWrite",
    "webRequest",
    "notifications"
  ],
  "content_security_policy": "default-src 'self';  script-src 'self' https://api.hellofetch.co https://cdn.segment.com https://cdn.mxpnl.com https://widget.intercom.io https://js.intercomcdn.com 'unsafe-eval'; connect-src https://api.hellofetch.co https://api-iam.intercom.io wss://nexus-websocket-a.intercom.io https://api.mixpanel.com https://api.segment.io;  style-src * 'unsafe-inline' 'self' blob:; img-src * 'self' data:; font-src * 'self' data:;"
}