Currency Converter

Currency Converter

Convert 1 Type of Currency value to another type.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Currency Converter",
  "description": "Convert 1 Type of Currency value to another type.",
  "version": "1.0",
  "browser_action": {
    "default_icon": "public/images/icon.png",
    "default_popup": "public/scripts/index.html",
    "default_title": "gCurrency"
  }
}