Google Finance

Google Finance

Financial news, quotes, charts, and more.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Google Finance",
  "description": "Financial news, quotes, charts, and more.",
  "version": "1.3",
  "manifest_version": 2,
  "app": {
    "urls": [
      "*://finance.google.com/"
    ],
    "launch": {
      "web_url": "https://finance.google.com"
    }
  },
  "icons": {
    "128": "128.png"
  },
  "permissions": []
}