Examine source code of Unit Convertor

Inspect and view changes in Unit 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
{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Unit Convertor",
  "description": "A must have utility that helps you convert between different units of measurement.",
  "version": "1.9",
  "manifest_version": 2,
  "app": {
    "urls": [
      "http://www.ebhasin.com/apps/UnitConvertor/index.html"
    ],
    "launch": {
      "web_url": "http://www.ebhasin.com/apps/UnitConvertor/index.html"
    }
  },
  "icons": {
    "128": "icon.png"
  },
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ]
}