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


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "EO.Market – Crypto Market Statistics",
  "version": "1.40",
  "description": "View realtime cryptocurrencies prices and coin market cap.",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "declarativeContent",
    "storage",
    "notifications"
  ],
  "web_accessible_resources": [
    "48x48.png"
  ],
  "page_action": {
    "default_popup": "main.html",
    "default_icon": {
      "16": "16x16.png",
      "32": "32x32.png",
      "48": "48x48.png",
      "64": "64x64.png",
      "128": "128x128.png"
    }
  },
  "icons": {
    "16": "16x16.png",
    "32": "32x32.png",
    "48": "48x48.png",
    "64": "64x64.png",
    "128": "128x128.png"
  }
}