Trading Risk Manager

Trading Risk Manager

Helps the trader with his calculations before buying a security.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Trading Risk Manager",
  "manifest_version": 2,
  "version": "1.1.1",
  "description": "Helps the trader with his calculations before buying a security.",
  "icons": {
    "16": "assets/icon16.png",
    "48": "assets/icon48.png",
    "128": "assets/icon128.png"
  },
  "browser_action": {
    "default_icon": "assets/icon16.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "storage"
  ]
}