FXware Currency Converter

FXware Currency Converter

Perform foreign exchange rate calculations with real-time currency rates, historical charts, and latest forex & finance news.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "FXware Currency Converter",
  "short_name": "Currency Converter",
  "version": "1.0.0",
  "description": "Perform foreign exchange rate calculations with real-time currency rates, historical charts, and latest forex & finance news.",
  "icons": {
    "16": "icon_16.png",
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icon_16.png"
  },
  "options_page": "options.html",
  "web_accessible_resources": [
    "popup.html"
  ],
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ]
}