StockNinja Dashboard - Stock Quotes, News

StockNinja Dashboard - Stock Quotes, News

Real-time stock quotes, breaking news, catalysts, stock halt alerts, and more of your favorite stocks every time you open a new tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "StockNinja Dashboard - Stock Quotes, News",
  "version": "0.0.3",
  "description": "Real-time stock quotes, breaking news, catalysts, stock halt alerts, and more of your favorite stocks every time you open a new tab.",
  "author": "StockNinja.io",
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "permissions": [
    "storage"
  ],
  "icons": {
    "16": "assets/img/icon16.png",
    "48": "assets/img/icon48.png",
    "128": "assets/img/icon128.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "options_page": "options.html"
}