Stock Shuffler

Stock Shuffler

Get the latest stock prices right in your navigation bar.

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 Shuffler",
  "short_name": "StockShuffle",
  "description": "Get the latest stock prices right in your navigation bar.",
  "version": "1.1.0",
  "background": {
    "persistent": true,
    "scripts": [
      "jquery-1.11.0.min.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon.png"
  },
  "icons": {
    "128": "icon.png"
  },
  "options_page": "options.html",
  "permissions": [
    "http://query.yahooapis.com/",
    "storage"
  ]
}