Popular Crypto Money Exchange

Popular Crypto Money Exchange

Popular cryptography lists currencies from different sources. Easily notice the latest changes.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_appName__",
  "short_name": "__MSG_appShort__",
  "default_locale": "tr",
  "version": "1.6resigned1",
  "manifest_version": 2,
  "description": "__MSG_appDesc__",
  "permissions": [
    "storage",
    "http://*/*",
    "https://*/*"
  ],
  "browser_action": {
    "default_icon": "img/128logo.png",
    "default_popup": "router.html"
  },
  "background": {
    "scripts": [
      "js/jquery.js",
      "js/background.js"
    ],
    "persistent": false
  },
  "icons": {
    "16": "img/16logo.png",
    "48": "img/48logo.png",
    "128": "img/128logo.png"
  },
  "offline_enabled": false,
  "browser_specific_settings": {
    "gecko": {
      "id": "{8143fffa-ef6a-48e3-9fc9-7df04f6bd540}"
    }
  }
}