Arbitraj: Crypto Price Comparison

Arbitraj: Crypto Price Comparison

Compare cryptocurrency prices across different exchanges

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.2.1",
  "name": "Arbitraj: Crypto Price Comparison",
  "manifest_version": 2,
  "description": "Compare cryptocurrency prices across different exchanges",
  "page_action": {
    "default_title": "Toggle Arbitraj assistant",
    "default_icon": {
      "19": "img/icon-19-on.png",
      "38": "img/icon-38-on.png"
    }
  },
  "icons": {
    "16": "img/icon-16.png",
    "48": "img/icon-48.png",
    "128": "img/icon-128.png"
  },
  "web_accessible_resources": [
    "app.html"
  ],
  "background": {
    "page": "background.html"
  },
  "sandbox": {
    "pages": [
      "sandbox.html"
    ]
  },
  "permissions": [
    "tabs",
    "storage",
    "<all_urls>"
  ],
  "content_security_policy": "default-src 'self'; script-src 'self' 'unsafe-eval'; connect-src http:; style-src * 'unsafe-inline' 'self' blob:; font-src 'self' data:; img-src 'self' data: https:;"
}