Silver Price

Check real time Silver Price.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_AppName__",
  "version": "1.0.0",
  "description": "__MSG_AppDesc__",
  "default_locale": "en",
  "browser_action": {
    "default_icon": {
      "16": "img/icon-16.png",
      "32": "img/icon-32.png",
      "48": "img/icon-48.png",
      "128": "img/icon-128.png",
      "512": "img/icon-512.png"
    },
    "default_popup": "main.html"
  },
  "icons": {
    "16": "img/icon-16.png",
    "48": "img/icon-48.png",
    "128": "img/icon-128.png",
    "256": "img/icon-512.png"
  },
  "background": {
    "scripts": [
      "js/update-conf.js",
      "js/update.js"
    ]
  },
  "permissions": [
    "https://*.raremetalprices.com/*"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}