EO.Finance: Crypto & Fiat Wallet

EO.Finance: Crypto & Fiat Wallet

EO.Finance is a Crypto & Fiat wallet. We provide accounts in more than 40 different crypto and fiat currencies.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "EO.Finance: Crypto & Fiat Wallet",
  "description": "EO.Finance is a Crypto & Fiat wallet. We provide accounts in more than 40 different crypto and fiat currencies.",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "declarativeContent",
    "storage"
  ],
  "page_action": {
    "default_popup": "index.html",
    "default_icon": {
      "16": "16.png",
      "32": "32.png",
      "48": "48.png",
      "64": "64.png",
      "128": "128.png"
    }
  },
  "icons": {
    "16": "16.png",
    "32": "32.png",
    "48": "48.png",
    "64": "64.png",
    "128": "128.png"
  },
  "version": "2.5.2"
}