Currency Calculator

Currency Calculator

Simple Currency Calculator Extension For Google Chrome - Fast & Easy to Use.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Currency Calculator",
  "version": "1.1",
  "description": "Simple Currency Calculator Extension For Google Chrome - Fast & Easy to Use.",
  "icons": {
    "16": "images/icons/apple-icon-120x120.png",
    "48": "images/icons/apple-icon-120x120.png",
    "128": "images/icons/icon128.png"
  },
  "chrome_url_overrides": {
    "newtab": "myPage.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": "images/icons/icon128.png"
  },
  "manifest_version": 2
}