EZ Stocks: Just simple financial positions

EZ Stocks: Just simple financial positions

Seriously simple stock position reader

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "short_name": "EZ Stocks",
  "name": "EZ Stocks: Just simple financial positions",
  "version": "6.2",
  "description": "Seriously simple stock position reader",
  "manifest_version": 3,
  "action": {
    "default_popup": "./index.html",
    "default_icon": {
      "16": "./16EZ.png",
      "48": "./48EZ.png",
      "128": "./128EZ.png"
    }
  },
  "icons": {
    "16": "./16EZ.png",
    "48": "./48EZ.png",
    "128": "./128EZ.png"
  },
  "content_security_policy": {
    "script-src": "self"
  }
}