EO.Market – Crypto Market Statistics

EO.Market – Crypto Market Statistics

View realtime cryptocurrencies prices and coin market cap.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "EO.Market – Crypto Market Statistics",
  "version": "1.31resigned1",
  "description": "View realtime cryptocurrencies prices and coin market cap.",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "storage"
  ],
  "icons": {
    "16": "16x16.png",
    "32": "32x32.png",
    "48": "48x48.png",
    "64": "64x64.png",
    "128": "128x128.png"
  },
  "browser_action": {
    "default_popup": "main.html",
    "default_icon": {
      "16": "16x16.png",
      "32": "32x32.png",
      "48": "48x48.png",
      "64": "64x64.png",
      "128": "128x128.png"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{630c5c66-51ef-44a1-9fb8-7fa6973fee5c}"
    }
  }
}