Favicon Stock Symbol

Favicon Stock Symbol

Shows stock symbol on favicon for Google finance, Yahoo finance and Stockcharts.com.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Favicon Stock Symbol",
  "description": "Shows stock symbol on favicon for Google finance, Yahoo finance and Stockcharts.com.",
  "version": "1.3",
  "content_scripts": [
    {
      "matches": [
        "http://*.stockcharts.com/*",
        "https://*.stockcharts.com/*",
        "http://*.google.com/finance*",
        "https://*.google.com/finance*",
        "http://finance.yahoo.com/*",
        "https://finance.yahoo.com/*"
      ],
      "js": [
        "lib/favico.js",
        "lib/jquery-2.1.4.min.js",
        "lib/lodash-3.10.1.min.js",
        "stockicon.js"
      ]
    }
  ],
  "permissions": [
    "https://stockcharts.com/*"
  ],
  "icons": {
    "16": "icon/16.png",
    "48": "icon/48.png",
    "128": "icon/128.png"
  }
}