Insider Trading Alerts

Insider Trading Alerts

Get instant updates about insider trading transactions.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Insider Trading Alerts",
  "version": "1.0",
  "description": "Get instant updates about insider trading transactions.",
  "manifest_version": 2,
  "browser_action": {
    "default_popup": "index.html"
  },
  "permissions": [
    "storage",
    "https://www.google-analytics.com/",
    "https://www.sec.gov/cgi-bin/browse-edgar",
    "https://finance.yahoo.com/quote/"
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzFwdJC9V8TdvWjIL9u213+q8FHSzIP5KmfNjwl5NBe75nLbdsxVgHoQi1rV2non2ktSPXkbF+f2QX/bssA1PDozHur6CzL4O8WunXFUdPkh4TNYJdwnbXYMP2AosmkeVkF3xSS04tHdYYN//rcBMDWO/nFRJ5zb/0AXXq70X/MTZ6tbbRjH4D/NLid5Cvjs0tEPI0Nz3Z28GLlHiISkjuYq4bfHJxbyoWmwADDJszphmIAVGfigmXP5uaNQal1If+pk7RqmCyE39vDNNTc4+VsEBdguS5tRmKpczZC9qP9z/Wwh9bSDhgak2CbO1mifP3Kny4WTglpmz5z9si9FvNQIDAQAB",
  "background": {
    "page": "background.html"
  },
  "content_security_policy": "script-src 'self' https://*.firebaseio.com https://ssl.google-analytics.com; object-src 'self'",
  "icons": {
    "16": "assets/icon-16.png",
    "48": "assets/icon-48.png",
    "128": "assets/128-border.png"
  }
}