Interactive Investor

Interactive Investor

Research and trade LSE listed companies referenced on any web page you're viewing.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Interactive Investor",
  "version": "1.2",
  "description": "Research and trade LSE listed companies referenced on any web page you're viewing.",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "page_action": {
    "default_icon": "ii.png",
    "default_title": "Research and trade the market with Interactive Investor",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "contentscript.js"
      ],
      "run_at": "document_idle",
      "all_frames": false
    }
  ],
  "icons": {
    "16": "iii16x16.png",
    "48": "iii48x48.png",
    "128": "iii128x128.png"
  },
  "manifest_version": 2,
  "web_accessible_resources": [
    "ii.png"
  ]
}