Wombat - Gaming Wallet for Ethereum & EOS

Wombat - Gaming Wallet for Ethereum & EOS

Blockchain within seconds for gamers - and everyone else

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Wombat - Gaming Wallet for Ethereum & EOS",
  "description": "Blockchain within seconds for gamers - and everyone else",
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' https://www.gstatic.com/ https://*.firebaseio.com https://www.googleapis.com https://apis.google.com; object-src 'self'",
  "permissions": [
    "tabs",
    "storage",
    "clipboardWrite",
    "notifications",
    "identity",
    "https://www.googleapis.com/*",
    "https://content.dropboxapi.com/*",
    "https://api.getwombat.io/*"
  ],
  "browser_action": {
    "default_title": "Wombat Wallet",
    "default_popup": "popup.html#/",
    "default_icon": {
      "16": "icons/16.png",
      "48": "icons/48.png",
      "128": "icons/128.png",
      "256": "icons/256.png"
    }
  },
  "background": {
    "page": "/background.html"
  },
  "options_ui": {
    "page": "/options.html",
    "open_in_tab": true
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.bundle.js"
      ],
      "all_frames": true,
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    "fonts/*",
    "dropbox.html"
  ],
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png",
    "256": "icons/256.png"
  },
  "version": "10.6.11"
}