Robinhood Alerts

Robinhood Alerts

Create quick alerts for open Robinhood tabs!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Robinhood Alerts",
  "description": "Create quick alerts for open Robinhood tabs!",
  "version": "1.0.2",
  "manifest_version": 3,
  "permissions": [
    "storage",
    "tabs",
    "notifications"
  ],
  "action": {
    "default_popup": "index.html"
  },
  "background": {
    "service_worker": "background.js"
  },
  "host_permissions": [
    "http://robinhood.com/*",
    "https://robinhood.com/*"
  ],
  "icons": {
    "16": "assets/icon16.png",
    "48": "assets/icon48.png",
    "128": "assets/icon128.png"
  }
}