Simple Loan Calculator

Simple Loan Calculator

Simple Loan Calculator to calculate your interest, monthly payments and total loan

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Simple Loan Calculator",
  "description": "Simple Loan Calculator to calculate your interest, monthly payments and total loan",
  "version": "1.0",
  "minimum_chrome_version": "31",
  "icons": {
    "128": "logo_128.png"
  },
  "web_accessible_resources": [
    "/images/example.png"
  ],
  "browser_action": {
    "default_icon": "logo_128.png",
    "default_popup": "index.html"
  },
  "options_page": "options.html"
}