Robinhood NewsFeed

Robinhood NewsFeed

Real time news with sentiment analysis for daily stock trader! Add on useful features such as: profit display, sector performance...

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Robinhood NewsFeed",
  "short_name": "RobinNews",
  "version": "1.4.1",
  "description": "Real time news with sentiment analysis for daily stock trader! Add on useful features such as: profit display, sector performance...",
  "content_scripts": [
    {
      "matches": [
        "https://robinhood.com/*",
        "https://robinhood.com/**/*"
      ],
      "js": [
        "lib/jquery.js",
        "lib/moment.js",
        "components/robinews.js",
        "components/lib/modal.js",
        "components/lib/accordion.js",
        "components/global/earnings.js",
        "components/global/ipo.js",
        "components/global/marketNews.js",
        "components/indices.js",
        "components/stock.js",
        "components/statistic.js",
        "components/analyst.js",
        "components/news.js",
        "components/reddit.js",
        "components/sector.js",
        "components/insider.js",
        "components/premiumNews.js",
        "components/headline.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": true
  },
  "permissions": [
    "activeTab"
  ],
  "content_security_policy": "script-src 'self' https://m4yzuzs2s1.execute-api.us-east-1.amazonaws.com; object-src 'self'",
  "browser_action": {
    "default_icon": "images/32.png",
    "default_popup": "index.html"
  },
  "icons": {
    "16": "images/16.png",
    "32": "images/32.png",
    "48": "images/48.png",
    "128": "images/128.png"
  },
  "manifest_version": 2
}