Stock Inspector - Discover Companies & ETFs

Stock Inspector - Discover Companies & ETFs

Discover stocks & ETFs while you browse. Watch latest ticker prices, understand company finances, zoom through portfolio analysis.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Stock Inspector - Discover Companies & ETFs",
  "author": "Ray Shan",
  "homepage_url": "https://finance.shan.io",
  "version": "3.0.4",
  "manifest_version": 2,
  "description": "Discover stocks & ETFs while you browse. Watch latest ticker prices, understand company finances, zoom through portfolio analysis.",
  "permissions": [
    "tabs",
    "storage"
  ],
  "icons": {
    "16": "[email protected]",
    "32": "[email protected]",
    "48": "[email protected]",
    "96": "[email protected]",
    "128": "[email protected]",
    "256": "[email protected]",
    "512": "[email protected]"
  },
  "background": {
    "scripts": [
      "browser-polyfill.min.js",
      "background.js"
    ],
    "persistent": false
  },
  "content_security_policy": "script-src 'self' https://www.google-analytics.com https://apis.google.com; object-src 'self'",
  "browser_action": {
    "default_popup": "index.html#/discovery",
    "default_title": "Stock Inspector",
    "default_icon": "[email protected]"
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "windows": "Ctrl+Shift+S",
        "mac": "Command+Shift+S",
        "chromeos": "Ctrl+Shift+S",
        "linux": "Ctrl+Shift+S"
      }
    }
  },
  "offline_enabled": true,
  "container": "GOOGLE_DRIVE",
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]"
    }
  }
}