Stock Market Overview

Stock Market Overview

Quickly find out how the US markets are doing by checking the most popular index

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 Market Overview",
  "description": "Quickly find out how the US markets are doing by checking the most popular index",
  "version": "1.1",
  "offline_enabled": false,
  "app": {
    "urls": [
      "http://isthedow.com/"
    ],
    "launch": {
      "web_url": "http://isthedow.com/"
    }
  },
  "icons": {
    "128": "icon.png"
  },
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ]
}