USD To INR Exchange Rate

USD To INR Exchange Rate

USD To INR Exchange Rate is a free extension that would provide real time conversion rate.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "USD To INR Exchange Rate",
  "short_name": "usdTOinr-Exchange",
  "description": "USD To INR Exchange Rate is a free extension that would provide real time conversion rate.",
  "version": "2.0",
  "manifest_version": 2,
  "icons": {
    "32": "icon.png",
    "48": "icon-48.png"
  },
  "browser_action": {
    "default-icon": "icon.png",
    "default_popup": "popup.html"
  },
  "web_accessible_resources": [
    "style.css"
  ]
}