COT Reports

COT Reports

Monitor non-commercial positions in the financial futures market. The COT reports are released every Friday.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "COT Reports",
  "description": "Monitor non-commercial positions in the financial futures market. The COT reports are released every Friday.",
  "version": "2.4",
  "manifest_version": 3,
  "author": "Maxwell Pepper",
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "host_permissions": [
    "https://www.cftc.gov/"
  ],
  "action": {
    "default_popup": "dashboard.html"
  }
}