Trading Quotes

Trading Quotes

A Chrome extension to display the current time and a trading quote on every 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": "Trading Quotes",
  "version": "2.3",
  "description": "A Chrome extension to display the current time and a trading quote on every new tab.",
  "action": {
    "default_icon": {
      "48": "icon.png"
    }
  },
  "permissions": [
    "storage"
  ],
  "icons": {
    "48": "icon.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  }
}