USD2INR

USD2INR

Use this extension to convert USD values to INR values and vice versa.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "USD2INR",
  "description": "Use this extension to convert USD values to INR values and vice versa.",
  "version": "1.0.0",
  "browser_action": {
    "default_icon": "icons/icon-32.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "24": "icons/icon-24.png",
    "32": "icons/icon-32.png",
    "64": "icons/icon-64.png",
    "128": "icons/icon-128.png"
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com/ https://stackpath.bootstrapcdn.com/ https://cdnjs.cloudflare.com/ https://code.jquery.com/; object-src 'self';"
}