Robinhood Better Reports

Robinhood Better Reports

Invest better with the Robinhood Better Reports

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Robinhood Better Reports",
  "description": "Invest better with the Robinhood Better Reports",
  "version": "0.2.8",
  "permissions": [
    "webRequest",
    "storage",
    "unlimitedStorage"
  ],
  "host_permissions": [
    "https://*.robinhood.com/*"
  ],
  "background": {
    "service_worker": "./static/js/background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.robinhood.com/*"
      ],
      "js": [
        "./static/js/content.js"
      ]
    }
  ],
  "action": {
    "default_popup": "index.html",
    "default_title": "Robinhood Better Reports",
    "default_icon": {
      "16": "images/robinhood-better-reports-16.png",
      "32": "images/robinhood-better-reports-32.png",
      "48": "images/robinhood-better-reports-48.png",
      "128": "images/robinhood-better-reports-128.png"
    }
  },
  "icons": {
    "16": "images/robinhood-better-reports-16.png",
    "32": "images/robinhood-better-reports-32.png",
    "48": "images/robinhood-better-reports-48.png",
    "128": "images/robinhood-better-reports-128.png"
  }
}