Examine source code of Unit Converter

Inspect and view changes in Unit Converter 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
{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Unit Converter",
  "description": "Convert between dozens of measurement units and world currencies with this simple fast application",
  "version": "1",
  "app": {
    "urls": [
      "http://www.networkpanda.com/apps/web/unitconverter/"
    ],
    "launch": {
      "web_url": "http://www.networkpanda.com/apps/web/unitconverter/unitconverter.php"
    }
  },
  "icons": {
    "24": "icon_24.png",
    "128": "icon_128.png"
  },
  "permissions": [
    "unlimitedStorage"
  ]
}