Unit Converter

Unit Converter

Convert length units, weight, volume, area units like acre and square meters, temperature and time.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "pt_BR",
  "version": "23",
  "manifest_version": 2,
  "short_name": "Conversor - Desktop",
  "app": {
    "background": {
      "scripts": [
        "js/background.js"
      ]
    }
  },
  "icons": {
    "16": "img/icon16.png",
    "128": "img/icon128.png"
  }
}