Simple Weight Converter - Pound and Kilogram

Simple Weight Converter - Pound and Kilogram

Enter numbers to convert to lb or kg

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Simple Weight Converter - Pound and Kilogram",
  "description": "Enter numbers to convert to lb or kg",
  "version": "1.0",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html",
    "default_title": "Pound <-> Kilogram Convesion"
  },
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "64": "icon64.png"
  }
}