Gold & Silver price

Gold & Silver price

Realtime gold, silver, platinum and palladium prices, provided by bullionvault.com

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "description": "Realtime gold, silver, platinum and palladium prices, provided by bullionvault.com",
  "icons": {
    "128": "icon_128.png"
  },
  "name": "Gold & Silver price",
  "options_page": "options.html",
  "permissions": [],
  "version": "3.1.3"
}