Empower retail investors

Empower retail investors

Empowering retail investors by providing the right tools to enable their participation and success in financial markets.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "version": "0.0.17",
  "name": "Empower retail investors",
  "description": "Empowering retail investors by providing the right tools to enable their participation and success in financial markets.",
  "permissions": [
    "webRequest",
    "storage",
    "unlimitedStorage",
    "tabs"
  ],
  "host_permissions": [
    "https://*.robinhood.com/*",
    "https://*.webull.com/*",
    "https://*.thinkorswim.com/*",
    "https://*.tdameritrade.com/*"
  ],
  "background": {
    "service_worker": "./static/js/background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.robinhood.com/*",
        "https://*.webull.com/*",
        "https://*.thinkorswim.com/*",
        "https://*.tdameritrade.com/*",
        "https://chat.openai.com/*",
        "https://claude.ai/*",
        "https://bard.google.com/*"
      ],
      "js": [
        "./static/js/content.js"
      ]
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_title": "🚀 Empower retail investors",
    "default_icon": {
      "16": "icons/empower-retail-investors-16.png",
      "32": "icons/empower-retail-investors-32.png",
      "48": "icons/empower-retail-investors-48.png",
      "128": "icons/empower-retail-investors-128.png"
    }
  },
  "icons": {
    "16": "icons/empower-retail-investors-16.png",
    "32": "icons/empower-retail-investors-32.png",
    "48": "icons/empower-retail-investors-48.png",
    "128": "icons/empower-retail-investors-128.png"
  }
}