Examine source code of Currency Converter V3

Inspect and view changes in Currency Converter V3 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": "Currency Converter",
  "version": "1.0",
  "description": "Quickly convert currencies directly from your browser.",
  "icons": {
    "48": "icons/currency-icon-48.png"
  },
  "permissions": [],
  "browser_action": {
    "default_icon": "icons/currency-icon-48.png",
    "default_popup": "currency-converter-popup.html",
    "default_title": "Currency Converter"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{83543130-f6dc-446e-b2e1-33d18e218f17}"
    }
  }
}