Stock Hawk Firefox

Examine source code of Stock Hawk

Inspect and view changes in Stock Hawk source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Stock Hawk",
  "version": "1.0.0",
  "description": "Click any stock ticker and instantly understand it - plain English breakdowns of financials, risk level, and analyst sentiment, powered by AI.",
  "permissions": [
    "activeTab",
    "storage",
    "scripting",
    "contextMenus"
  ],
  "host_permissions": [
    "https://finance.yahoo.com/*",
    "https://www.google.com/finance/*",
    "https://www.marketwatch.com/*",
    "https://www.cnbc.com/*",
    "https://www.bloomberg.com/*",
    "https://www.reddit.com/*",
    "https://models.inference.ai.azure.com/*"
  ],
  "background": {
    "service_worker": "src/background.js",
    "scripts": [
      "src/background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "stockhawk@kartik-extension.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://finance.yahoo.com/*",
        "https://www.google.com/finance/*",
        "https://www.marketwatch.com/*",
        "https://www.cnbc.com/*",
        "https://www.bloomberg.com/*",
        "https://www.reddit.com/*"
      ],
      "js": [
        "src/content.js"
      ]
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_title": "Stock Hawk"
  },
  "commands": {
    "toggle-widget": {
      "suggested_key": {
        "default": "Ctrl+Shift+S"
      },
      "description": "Show or hide the Stock Hawk floating widget"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  }
}

Best Stock Hawk Alternatives

Here are some Firefox add-ons that are similar to Stock Hawk: