ROI Investment Calculator

ROI Investment Calculator

Investment calculator for stock, dividend, bond, yield, provident fund, education fund and more!

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "ROI Investment Calculator",
  "version": "0.0.2",
  "description": "Investment calculator for stock, dividend, bond, yield, provident fund, education fund and more!",
  "permissions": [
    "topSites"
  ],
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "content_security_policy": "script-src 'self' https://www.google-analytics.com https://www.googletagmanager.com https://google-analytics.com; object-src 'self'",
  "manifest_version": 2
}