Minimalistic Currency Converter

Minimalistic Currency Converter

Minimalistic currency converter powered by free Open Exchange Rates API

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Minimalistic Currency Converter",
  "version": "0.4",
  "description": "Minimalistic currency converter powered by free Open Exchange Rates API",
  "author": "Oleg Puzanov",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_action": {
    "default_icon": "icons/icon.png",
    "default_title": "Minimalistic Currency Converter",
    "default_popup": "popup.html"
  },
  "options_page": "options.html",
  "permissions": [
    "storage"
  ]
}