Examine source code of Currency Converter USD vs EUR

Inspect and view changes in Currency Converter USD vs EUR 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 USD vs EUR",
  "version": "1.0",
  "description": "Currency Converter is a cool utility that allows users to enter an amount and convert it between two currencies (e.g. USD and EUR).",
  "permissions": [],
  "browser_action": {
    "default_popup": "game.html",
    "default_icon": {
      "128": "images/usd-logo.png"
    }
  },
  "icons": {
    "128": "images/usd-logo.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{85a086d9-0b2e-4e39-a81f-7deaa11c8fcc}"
    }
  }
}