Unit Convertor

Unit Convertor

A must have utility that helps you convert between different units of measurement.

Merlin
Additional files are visible only to premium users

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"
  ]
}