Examine source code of etherTail (Ethereum - ETH)

Inspect and view changes in etherTail (Ethereum - ETH) source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "etherTail",
  "version": "0.1",
  "description": "Extensions that tracks eth wallet balance usd value",
  "homepage_url": "https://github.com/nawfalona/etherTail-extension",
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png",
    "128": "icons/logo_128.png"
  },
  "permissions": [
    "storage"
  ],
  "browser_action": {
    "default_icon": "icons/logo_32.png",
    "default_title": "etherTail",
    "default_popup": "index.html"
  },
  "background": {
    "scripts": [
      "js/bg.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "etherTail@besudo.com"
    }
  }
}