Silver and Gold Coin Spot Price Calculator

Silver and Gold Coin Spot Price Calculator

Quickly get gold and silver spot prices, coin melt values as well as calculate sale premiums and markups.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Silver and Gold Coin Spot Price Calculator",
  "description": "Quickly get gold and silver spot prices, coin melt values as well as calculate sale premiums and markups.",
  "version": "0.0.2",
  "icons": {
    "16": "assets/images/icon16.png",
    "48": "assets/images/icon48.png",
    "128": "assets/images/icon128.png"
  },
  "browser_action": {
    "default_icon": "assets/images/icon16.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab",
    "http://www.monex.com/",
    "http://www.kitco.com/"
  ]
}