Compound Interest Calculator

Compound Interest Calculator

Compound Interest Calculator allows to calculate the total compunded amount based upon the input and interest.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "action": {
    "default_popup": "templates/popup.html"
  },
  "description": "__MSG_appDesc__",
  "icons": {
    "16": "static/img/icon16.png",
    "32": "static/img/icon32.png",
    "128": "static/img/icon128.png"
  },
  "manifest_version": 3,
  "default_locale": "en",
  "name": "__MSG_appName__",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx",
  "version": "1.0"
}