Wallet with marketmaking

Wallet with marketmaking

Hot wallet with marketmaking for earning interest on bitcoin and other cryptocurrencies

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "1.4.1",
  "name": "Wallet with marketmaking",
  "short_name": "MultiCurrencyWallet",
  "description": "Hot wallet with marketmaking for earning interest on bitcoin and other cryptocurrencies",
  "homepage_url": "https://swaponline.io/",
  "icons": {
    "16": "./icons/icon-16.png",
    "32": "./icons/icon-32.png",
    "192": "./icons/icon-196.png"
  },
  "options_page": "application/index.html#/marketmaker/{MATIC}WBTC",
  "browser_action": {
    "default_icon": "./icons/icon-32.png",
    "default_title": "MultiCurrencyWallet"
  },
  "background": {
    "page": "application/index.html#/marketmaker/{MATIC}WBTC",
    "persistent": true
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://unpkg.com/ 'sha256-yXg/I1lV62QWt2u+G8Cq8HcSiMXwVDkTfQ8IXci5i+U='; object-src 'self'"
}