Jellywallet

Jellywallet

Jellywallet - the No. 1 DeFiChain browser wallet. A non-custodial web wallet for DeFiChain & Bitcoin. Easily buy & sell cryptocurrencies for fiat, bridge assets between DeFiChain and Bitcoin & have full access to DeFiChains decentralized exchange.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Jellywallet Beta",
  "version": "0.0.9.3",
  "permissions": [
    "storage"
  ],
  "icons": {
    "16": "/icons/16.png",
    "48": "/icons/48.png",
    "128": "/icons/128.png"
  },
  "description": "Jellywallet Beta extension",
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "browser_action": {
    "browser_style": true,
    "default_icon": "/icons/128.png",
    "default_title": "Jellywallet Beta",
    "default_popup": "/index.html"
  },
  "background": {
    "scripts": [
      "background-wrapper.js"
    ]
  },
  "manifest_version": 2,
  "browser_specific_settings": {
    "gecko": {
      "id": "{3f22a45f-df5c-48f5-9339-ae689cb0a621}"
    }
  }
}