Stock Portfolio

Stock Portfolio

Track multiple portfolio in real time. You also get in-depth information on each stock. Stock Quotes, Multiple Watch List.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Stock Portfolio",
  "description": "Track multiple portfolio in real time. You also get in-depth information on each stock. Stock Quotes, Multiple Watch List.",
  "version": "1.5.3",
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "permissions": [
    "https://finance.google.com/",
    "http://www.google.com/uds/",
    "https://www.google.com/finance/getprices",
    "http://d.yimg.com/autoc.finance.yahoo.com/autoc",
    "http://markets.financialcontent.com/",
    "http://feeds.finance.yahoo.com/rss/2.0/headline",
    "tabs"
  ],
  "browser_action": {
    "default_icon": "stock-up-new.png",
    "default_popup": "popup.html"
  }
}