dcf-chrome-extension

dcf-chrome-extension

Calculate the fair valuation of an investment using discounted cash flow method.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "dcf-chrome-extension",
  "version": "1.0.2",
  "description": "Calculate the fair valuation of an investment using discounted cash flow method.",
  "homepage_url": "https://github.com/bertolo1988/dcf-chrome-extension",
  "author": "bertolo1988 <[email protected]> (https://github.com/bertolo1988)",
  "permissions": [
    "storage"
  ],
  "browser_action": {
    "default_title": "dcf-chrome-extension",
    "default_popup": "index.html",
    "default_icon": {
      "16": "benjamin_16.png",
      "32": "benjamin_32.png",
      "48": "benjamin_48.png",
      "128": "benjamin_128.png"
    }
  },
  "icons": {
    "16": "benjamin_16.png",
    "32": "benjamin_32.png",
    "48": "benjamin_48.png",
    "128": "benjamin_128.png"
  },
  "manifest_version": 2
}