Ethereum Hoje

Ethereum Hoje

Veja a cotação do Ethereum através do DolarHoje.com/ethereum

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Ethereum Hoje",
  "description": "Veja a cotação do Ethereum através do DolarHoje.com/ethereum",
  "version": "0.8",
  "background": {
    "service_worker": "app.js"
  },
  "icons": {
    "128": "logo.png"
  },
  "omnibox": {
    "keyword": "ethereumhoje"
  },
  "content_scripts": [
    {
      "matches": [
        "http://dolarhoje.com/ethereum/",
        "https://dolarhoje.com/ethereum/"
      ],
      "js": [
        "has_extension.js"
      ]
    }
  ],
  "action": {
    "default_icon": "logo.png",
    "default_title": "Ethereum Hoje"
  },
  "content_security_policy": {},
  "host_permissions": [
    "http://DolarHoje.com/",
    "https://DolarHoje.com/"
  ]
}