Examine source code of Almog's Currency Convertor

Inspect and view changes in Almog's Currency Convertor 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
{
  "name": "Almog's Currency Convertor",
  "version": "0.1.0.0",
  "manifest_version": 2,
  "description": "A Chromium extension to convert between currencies.",
  "icons": {
    "16": "icons/coin16x16.png",
    "32": "icons/coin32x32.png",
    "48": "icons/coin48x48.png",
    "128": "icons/coin128x128.png"
  },
  "browser_action": {
    "default_popup": "popup/popup.html"
  },
  "web_accessible_resources": [
    "images/*.png"
  ],
  "permissions": [
    "storage"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}