Stock Look Up

Stock Look Up

Get the up-to-date info on any US-listed security without leaving your browser.

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 Look Up",
  "version": "1.1",
  "description": "Get the up-to-date info on any US-listed security without leaving your browser.",
  "browser_action": {
    "default_icon": "icon_32.png",
    "default_title": "Stock Look Up",
    "default_popup": "popup.html"
  },
  "icons": {
    "128": "icon_128.png"
  },
  "background": {
    "scripts": [
      "script.js"
    ],
    "persistent": false
  },
  "permissions": [
    "<all_urls>"
  ]
}