Currency converter

Currency converter

This extension is to convert your currency to other

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": "This extension is to convert your currency to other",
  "version": "1.0",
  "permissions": [
    "https://query.yahooapis.com/v1/public/*",
    "http://fonts.googleapis.com/*",
    "http://code.angularjs.org/*",
    "tabs"
  ],
  "content_security_policy": "script-src 'self' https://query.yahooapis.com; object-src 'self' ",
  "browser_action": {
    "default_icon": "equal16.png",
    "default_popup": "currencyConverter.html"
  },
  "icons": {
    "16": "equal16.png",
    "48": "equal48.png",
    "128": "equal.png"
  },
  "short_name": "convert currency"
}