Posizer

Posizer

A position sizing calculator for trades including brokerage and taxes.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Posizer",
  "version": "1.0.0",
  "manifest_version": 2,
  "description": "A position sizing calculator for trades including brokerage and taxes.",
  "icons": {
    "16": "assets/16.png",
    "48": "assets/48.png",
    "128": "assets/128.png"
  },
  "browser_action": {
    "default_icon": "assets/16.png",
    "default_title": "Posizer",
    "default_popup": "index.html"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "permissions": [
    "storage",
    "activeTab"
  ]
}