W-Currency

W-Currency

Simple and fast World currency converter..

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "W-Currency",
  "description": "Simple and fast World currency converter..",
  "version": "1.0.1",
  "icons": {
    "32": "icons/icon32.png",
    "64": "icons/icon64.png",
    "128": "icons/icon128.png",
    "256": "icons/icon256.png"
  },
  "browser_action": {
    "default_title": "W-Currency",
    "default_popup": "popup.html",
    "browser_style": false
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}