Put-Call Parity

Put-Call Parity

A mental mathematics tool for understanding and mastering put-call parity.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Put-Call Parity",
  "version": "1.3.1",
  "description": "A mental mathematics tool for understanding and mastering put-call parity.",
  "icons": {
    "128": "icons/put-call_parity_128.png"
  },
  "browser_action": {
    "default_popup": "index.html",
    "default_title": "Put-Call Parity",
    "default_icon": {
      "19": "icons/put-call_parity_19.png",
      "38": "icons/put-call_parity_38.png"
    }
  },
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "javascripts/DS_STORE.js"
      ]
    }
  ]
}