Ferz Wallet

Ferz Wallet

Decentralised, crypto wallet powered by Thorchain protocol. Instantly swap supported assets.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "0.1.2",
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://www.gstatic.com/ https://*.firebaseio.com https://www.googleapis.com https://widget.intercom.io/widget/mmufbtrp https://client.sleekplan.com/sdk/e.js child-src https://www.googletagmanager.com https://js.intercomcdn.com https://client.sleekplan.com https://api.sleekplan.com https://apis.google.com; object-src 'self'",
  "name": "Ferz Wallet",
  "short_name": "Ferz Wallet",
  "description": "Decentralised, crypto wallet powered by Thorchain protocol. Instantly swap supported assets.",
  "default_locale": "en",
  "permissions": [
    "clipboardRead",
    "clipboardWrite",
    "activeTab",
    "<all_urls>",
    "https://apis.google.com/",
    "http://*/*",
    "https://*/*"
  ],
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Ferz Wallet",
    "default_icon": {
      "19": "icons/19.png",
      "38": "icons/38.png"
    }
  }
}